diff --git a/Gemfile.lock b/Gemfile.lock index 0259b14..a7f581f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.4.0) aws-sdk (2.2.33) aws-sdk-resources (= 2.2.33) @@ -18,11 +17,12 @@ GEM carthage_cache (0.4.0) aws-sdk (~> 2.2.3) commander (~> 4.3.8) - claide (0.9.1) + claide (1.1.0) clamp (0.6.5) colored (1.2) commander (4.3.8) highline (~> 1.7.2) + concurrent-ruby (1.1.10) ethon (0.8.1) ffi (>= 1.3.0) faraday (0.9.2) @@ -38,15 +38,16 @@ GEM net-http-persistent (>= 2.7) net-http-pipeline highline (1.7.8) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) jmespath (1.2.4) json_pure (>= 1.8.1) - json (1.8.3) + json (2.6.2) json_pure (1.8.3) launchy (2.4.3) addressable (~> 2.3) mini_portile2 (2.0.0) - minitest (5.8.4) + minitest (5.16.0) multi_json (1.11.2) multipart-post (2.0.0) net-http-persistent (2.9.4) @@ -61,7 +62,6 @@ GEM clamp (~> 0.6) nokogiri (~> 1.6.3) xcodeproj (>= 0.28.2, < 1.1.0) - thread_safe (0.3.5) travis (1.8.2) backports faraday (~> 0.9) @@ -73,12 +73,12 @@ GEM typhoeus (~> 0.6, >= 0.6.8) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) websocket (1.2.3) - xcodeproj (0.28.2) + xcodeproj (1.0.0) activesupport (>= 3) - claide (~> 0.9.1) + claide (>= 1.0.0, < 2.0) colored (~> 1.2) xcpretty (0.2.2) rouge (~> 1.8)