diff --git a/Gemfile.lock b/Gemfile.lock index ce7f548..4550ace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,23 +13,25 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) builder (3.2.3) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) hashdiff (1.0.1) httpclient (2.8.3) - i18n (0.8.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (2.5.1) mini_portile2 (2.4.0) - minitest (5.10.3) + minitest (5.17.0) nokogiri (1.10.8) mini_portile2 (~> 2.4.0) public_suffix (4.0.3) @@ -49,9 +51,8 @@ GEM rspec-support (~> 3.9.0) rspec-support (3.9.2) safe_yaml (1.0.5) - thread_safe (0.3.6) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (3.8.3) addressable (>= 2.3.6) crack (>= 0.3.2)