Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-17 12:10:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-17 12:10:43 +0300
commitb1a7b1b7e33ae747119d89e5a6697b361df4d947 (patch)
tree3666a1b101c55f06a2618eadfa0ce3f7ef9950d2 /qa/Gemfile
parent8624e54ae69729abf8664f1f1a57e90ee9ecab1a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 2023656ecf9..692bee5cdaf 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -7,7 +7,7 @@ gem 'activesupport', '~> 6.1.4.1' # This should stay in sync with the root's Gem
gem 'allure-rspec', '~> 2.15.0'
gem 'capybara', '~> 3.35.0'
gem 'capybara-screenshot', '~> 1.0.23'
-gem 'rake', '~> 12.3.3'
+gem 'rake', '~> 13'
gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.0'
gem 'airborne', '~> 0.3.4', require: false # airborne is messing with rspec sandboxed mode so not requiring by default