diff --git a/updater/Gemfile b/updater/Gemfile index 5f42319fd9..5e6ec8bab6 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.4" +gem "activesupport", "~> 6.1.7" 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 393c897b38..593ba206bd 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -118,7 +118,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4.4) + activesupport (6.1.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -231,7 +231,7 @@ GEM mime-types-data (3.2022.0105) mini_mime (1.1.2) mini_portile2 (2.8.1) - minitest (5.16.3) + minitest (5.17.0) multi_xml (0.6.0) nap (1.1.0) netrc (0.11.0) @@ -317,13 +317,13 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.4) + activesupport (~> 6.1.7) debug (~> 1.7.1) dependabot-bundler! dependabot-cargo!