diff --git a/qa/Gemfile b/qa/Gemfile index ee90d049d7bcc..1e1b8846fd8cd 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'gitlab-qa', require: 'gitlab/qa' -gem 'activesupport', '~> 6.1.4.1' # This should stay in sync with the root's Gemfile +gem 'activesupport', '~> 6.1.7.1' # This should stay in sync with the root's Gemfile gem 'allure-rspec', '~> 2.15.0' gem 'capybara', '~> 3.35.0' gem 'capybara-screenshot', '~> 1.0.23' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 153a141d3fdfc..1f9aaa7178e3f 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: abstract_type (0.0.7) - activesupport (6.1.4.1) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -55,7 +55,7 @@ GEM concord (0.1.5) adamantium (~> 0.2.0) equalizer (~> 0.0.9) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) deprecation_toolkit (1.5.1) activesupport (>= 4.2) diff-lcs (1.3) @@ -108,7 +108,7 @@ GEM httparty (0.19.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) influxdb-client (1.17.0) @@ -126,7 +126,7 @@ GEM mime-types-data (3.2021.0704) mini_mime (1.1.0) mini_portile2 (2.5.3) - minitest (5.14.4) + minitest (5.15.0) multi_xml (0.6.0) multipart-post (2.1.1) netrc (0.11.0) @@ -208,7 +208,7 @@ GEM unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) timecop (0.9.1) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext @@ -239,7 +239,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.4.1) + activesupport (~> 6.1.7.1) airborne (~> 0.3.4) allure-rspec (~> 2.15.0) capybara (~> 3.35.0)