diff --git a/updater/Gemfile b/updater/Gemfile index 829067378a9..a45e260f09e 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -20,7 +20,7 @@ gem "dependabot-pub", path: "../pub" gem "dependabot-python", path: "../python" gem "dependabot-terraform", path: "../terraform" -gem "activesupport", "~> 6.1.7" +gem "activesupport", "~> 7.0.4" gem "http", "~> 5.1" gem "octokit", "6.0.1" gem "sentry-raven", "~> 3.1" diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 02b78c7b01e..e9f5bbb57ae 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -118,12 +118,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) @@ -144,7 +143,7 @@ GEM aws-eventstream (~> 1, >= 1.0.2) citrus (3.0.2) commonmarker (0.23.7) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) crack (0.4.5) rexml debug (1.7.1) @@ -296,13 +295,12 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.7) + activesupport (~> 7.0.4) debug (~> 1.7.1) dependabot-bundler! dependabot-cargo!