From 1ea67bd547dfb2a01a6bcc05c056561eb29bceaf Mon Sep 17 00:00:00 2001 From: Gustavo Caso Date: Tue, 21 Sep 2021 13:18:00 +0200 Subject: [PATCH] Commit Gemfile.lock to Github --- .gitignore | 1 - Gemfile.lock | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 6726cf99..8372abbd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ .ruby-version .rubocop-http---shopify-github-io-ruby-style-guide-rubocop-yml gemfiles/*.lock -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..74ab8f35 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,121 @@ +PATH + remote: . + specs: + job-iteration (1.1.14) + activejob (>= 5.2) + +GEM + remote: https://rubygems.org/ + specs: + activejob (5.2.3) + activesupport (= 5.2.3) + globalid (>= 0.3.6) + activemodel (5.2.3) + activesupport (= 5.2.3) + activerecord (5.2.3) + activemodel (= 5.2.3) + activesupport (= 5.2.3) + arel (>= 9.0) + activesupport (5.2.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (9.0.0) + ast (2.4.2) + coderay (1.1.2) + concurrent-ruby (1.1.5) + connection_pool (2.2.2) + database_cleaner (1.7.0) + globalid (0.4.2) + activesupport (>= 4.2.0) + i18n (1.6.0) + concurrent-ruby (~> 1.0) + metaclass (0.0.4) + method_source (0.9.2) + minitest (5.11.3) + mocha (1.8.0) + metaclass (~> 0.0.1) + mono_logger (1.1.0) + multi_json (1.13.1) + mustermann (1.0.3) + mysql2 (0.5.2) + parallel (1.20.1) + parser (3.0.0.0) + ast (~> 2.4.1) + pry (0.12.2) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + rack (2.0.7) + rack-protection (2.0.5) + rack + rainbow (3.0.0) + rake (12.3.2) + redis (4.1.0) + redis-namespace (1.6.0) + redis (>= 3.0.4) + regexp_parser (2.1.1) + resque (2.0.0) + mono_logger (~> 1.0) + multi_json (~> 1.0) + redis-namespace (~> 1.6) + sinatra (>= 0.9.2) + vegas (~> 0.1.2) + rexml (3.2.4) + rubocop (1.12.0) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.2.0, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) + rubocop-shopify (2.0.1) + rubocop (~> 1.11) + ruby-progressbar (1.11.0) + sidekiq (5.2.7) + connection_pool (~> 2.2, >= 2.2.2) + rack (>= 1.5.0) + rack-protection (>= 1.5.0) + redis (>= 3.3.5, < 5) + sinatra (2.0.5) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.5) + tilt (~> 2.0) + sorbet-runtime (0.5.6322) + thread_safe (0.3.6) + tilt (2.0.9) + tzinfo (1.2.5) + thread_safe (~> 0.1) + unicode-display_width (2.0.0) + vegas (0.1.11) + rack (>= 1.0.0) + yard (0.9.19) + +PLATFORMS + ruby + +DEPENDENCIES + activerecord + database_cleaner + globalid + i18n + job-iteration! + mocha + mysql2 (~> 0.5) + pry + rake + redis + resque + rubocop (<= 1.12.1) + rubocop-shopify + sidekiq + sorbet-runtime + yard + +BUNDLED WITH + 1.17.3