diff --git a/Gemfile.lock b/Gemfile.lock index 06b6cce..adaece9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,68 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.1.5) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.1) - tzinfo (~> 1.1) - addressable (2.3.6) - coderay (1.1.0) + activesupport (8.1.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + base64 (0.3.0) + bigdecimal (4.0.1) + coderay (1.1.3) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (0.4.2) safe_yaml (~> 1.0.0) - diff-lcs (1.2.5) - httparty (0.13.1) - json (~> 1.8) + csv (3.3.5) + diff-lcs (1.6.2) + drb (2.2.3) + httparty (0.23.2) + csv + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (0.6.11) - json (1.8.1) - method_source (0.8.2) - minitest (5.4.1) - multi_xml (0.5.5) - pry (0.10.1) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rake (10.3.2) - rspec (3.1.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-core (3.1.0) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.0) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.18.0) + logger (1.7.0) + method_source (1.1.0) + mini_mime (1.1.5) + minitest (6.0.0) + prism (~> 1.5) + multi_xml (0.6.0) + prism (1.7.0) + pry (0.15.2) + coderay (~> 1.1) + method_source (~> 1.0) + public_suffix (4.0.7) + rake (12.3.3) + rspec (3.13.2) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.6) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.0) - rspec-support (~> 3.1.0) - rspec-support (3.1.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.7) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.6) safe_yaml (1.0.3) - slop (3.6.0) - thread_safe (0.3.4) - tzinfo (1.2.2) - thread_safe (~> 0.1) + securerandom (0.4.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.1.1) vcr (2.9.2) webmock (1.18.0) addressable (>= 2.3.6)