diff --git a/Gemfile.lock b/Gemfile.lock index b9756ef..5380680 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,28 +2,28 @@ PATH remote: . specs: stp_client (0.4.3) - crypto_yellowme (~> 0.4) + crypto_yellowme (>= 0.4) faraday (~> 1.0) GEM remote: https://rubygems.org/ specs: - activemodel (5.2.4.3) - activesupport (= 5.2.4.3) - activesupport (5.2.4.3) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - bcrypt (3.1.13) - concurrent-ruby (1.1.6) + bcrypt (3.1.18) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) - crypto_yellowme (0.4.0) - activemodel (~> 5.2) - activesupport (~> 5.0) + crypto_yellowme (0.6.0) + activemodel (>= 5.2) + activesupport (>= 5.0) bcrypt (~> 3.1.7) diff-lcs (1.3) docile (1.3.2) @@ -35,7 +35,7 @@ GEM i18n (1.7.1) concurrent-ruby (~> 1.0) json (2.3.0) - minitest (5.14.1) + minitest (5.16.2) multipart-post (2.1.1) public_suffix (4.0.3) rspec (3.9.0) @@ -57,9 +57,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2)