diff --git a/Gemfile.lock b/Gemfile.lock index 6bdb311a0..080e7528a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + 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.4.0) aws-sdk (2.2.8) aws-sdk-resources (= 2.2.8) @@ -30,7 +30,7 @@ GEM coffee-script-source execjs coffee-script-source (1.9.3) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) cookiejar (0.3.3) curses (1.0.2) daemons (1.2.4) @@ -73,11 +73,12 @@ GEM oauth2 hashie (3.5.6) http_parser.rb (0.6.0) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jmespath (1.1.3) json (2.0.2) jwt (1.5.6) - minitest (5.9.1) + minitest (5.16.2) multi_json (1.12.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -100,9 +101,9 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) thor (0.19.4) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + thread_safe (0.3.6) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) uglifier (2.5.1) execjs (>= 0.3.0) json (>= 1.8.0)