diff --git a/Gemfile.lock b/Gemfile.lock index 3613ccb..99e933e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,15 @@ GEM remote: http://rubygems.org/ specs: - activesupport (5.0.2) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) builder (3.2.3) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) coveralls (0.8.19) json (>= 1.8, < 3) simplecov (~> 0.12.0) @@ -37,7 +37,8 @@ GEM highline (1.7.8) httparty (0.14.0) multi_xml (>= 0.5.2) - i18n (0.8.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jeweler (2.3.3) builder bundler (>= 1.0) @@ -52,7 +53,7 @@ GEM json (1.8.6) jwt (1.5.6) mini_portile2 (2.1.0) - minitest (5.10.1) + minitest (5.16.2) multi_json (1.12.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -91,8 +92,8 @@ GEM thor (0.19.4) thread_safe (0.3.6) tins (1.13.2) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (3.0.1) addressable (>= 2.3.6) crack (>= 0.3.2)