diff --git a/Gemfile.lock b/Gemfile.lock index 772d5f8..81af287 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,16 +8,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.0.2) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) byebug (9.0.6) columnize (0.9.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) debugger (1.6.8) @@ -32,12 +33,13 @@ GEM hashdiff (0.3.2) httparty (0.14.0) multi_xml (>= 0.5.2) - i18n (0.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (2.3.0) - minitest (5.10.1) + minitest (5.14.1) multi_xml (0.6.0) public_suffix (2.0.5) - rake (12.0.0) + rake (12.3.3) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -55,23 +57,24 @@ GEM shoulda-matchers (3.1.1) activesupport (>= 4.0.0) thread_safe (0.3.6) - tzinfo (1.2.2) + tzinfo (1.2.7) thread_safe (~> 0.1) webmock (2.3.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - activesupport (= 5.0.2) + activesupport (= 6.0.3.1) byebug debugger faker (= 1.7.3) mbsy! - rake (= 12.0.0) + rake (= 12.3.3) rspec (= 3.5.0) shoulda-matchers (= 3.1.1) webmock (= 2.3.2)