Commit 8b56281c authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'update-rake-qa' into 'master'

Update rake gem to 12.3.3 in qa Gemfiles

Closes #231378 and #231377

See merge request gitlab-org/gitlab!37736
parents 3089e201 c566d43c
...@@ -4,7 +4,7 @@ gem 'gitlab-qa' ...@@ -4,7 +4,7 @@ gem 'gitlab-qa'
gem 'activesupport', '~> 6.0.3.1' # This should stay in sync with the root's Gemfile gem 'activesupport', '~> 6.0.3.1' # This should stay in sync with the root's Gemfile
gem 'capybara', '~> 3.29.0' gem 'capybara', '~> 3.29.0'
gem 'capybara-screenshot', '~> 1.0.23' gem 'capybara-screenshot', '~> 1.0.23'
gem 'rake', '~> 12.3.0' gem 'rake', '~> 12.3.3'
gem 'rspec', '~> 3.7' gem 'rspec', '~> 3.7'
gem 'selenium-webdriver', '~> 3.12' gem 'selenium-webdriver', '~> 3.12'
gem 'airborne', '~> 0.3.4' gem 'airborne', '~> 0.3.4'
......
...@@ -128,7 +128,7 @@ DEPENDENCIES ...@@ -128,7 +128,7 @@ DEPENDENCIES
nokogiri (~> 1.10.9) nokogiri (~> 1.10.9)
parallel_tests (~> 2.29) parallel_tests (~> 2.29)
pry-byebug (~> 3.5.1) pry-byebug (~> 3.5.1)
rake (~> 12.3.0) rake (~> 12.3.3)
rest-client (~> 2.1.0) rest-client (~> 2.1.0)
rotp (~> 3.1.0) rotp (~> 3.1.0)
rspec (~> 3.7) rspec (~> 3.7)
......
...@@ -2,7 +2,7 @@ GEM ...@@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
rack (2.0.6) rack (2.0.6)
rake (12.3.0) rake (12.3.3)
PLATFORMS PLATFORMS
ruby ruby
...@@ -12,4 +12,4 @@ DEPENDENCIES ...@@ -12,4 +12,4 @@ DEPENDENCIES
rake rake
BUNDLED WITH BUNDLED WITH
1.17.1 1.17.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment