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-08-09 15:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 15:10:09 +0300
commit53af44b90f87cdd8d7126d64669848b0e2be5960 (patch)
tree0d975f75d5f60f4b5fb69a48d2b417ecc48fc631 /qa/Gemfile
parent65688a509249eb3be8ea4687d3fe6d1432a47392 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index aef75b16089..f025e66fbe3 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -8,7 +8,7 @@ gem 'allure-rspec', '~> 2.14.1'
gem 'capybara', '~> 3.35.0'
gem 'capybara-screenshot', '~> 1.0.23'
gem 'rake', '~> 12.3.3'
-gem 'rspec', '~> 3.7'
+gem 'rspec', '~> 3.10'
gem 'selenium-webdriver', '~> 4.0.0.beta4'
gem 'airborne', '~> 0.3.4'
gem 'rest-client', '~> 2.1.0'
@@ -28,6 +28,8 @@ gem 'webdrivers', '~> 4.6'
gem 'chemlab', '~> 0.7'
gem 'chemlab-library-www-gitlab-com', '~> 0.1'
+gem 'deprecation_toolkit', '~> 1.5.1', require: false
+
group :development do
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem "ruby-debug-ide", "~> 0.7.0"