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>2019-11-14 09:06:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-14 09:06:26 +0300
commitd9251dac4c8f9e27f1e2db4b537d47d7d5a9e5be (patch)
treea57ef4e98f815acc864bfd523e1436d3774fa05a /qa/Gemfile
parent29c01c6c91558358c37ba45b03f240632bfb918d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index f04ecb13879..90a2c6e5b8b 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
gem 'gitlab-qa'
gem 'activesupport', '5.2.3' # This should stay in sync with the root's Gemfile
-gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'capybara', '~> 2.16.1'
gem 'capybara-screenshot', '~> 1.0.18'
gem 'rake', '~> 12.3.0'
@@ -15,3 +14,9 @@ gem 'rspec_junit_formatter', '~> 0.4.1'
gem 'faker', '~> 1.6', '>= 1.6.6'
gem 'knapsack', '~> 1.17'
gem 'parallel_tests', '~> 2.29'
+
+group :test do
+ gem 'pry-byebug', '~> 3.5.1', platform: :mri
+ gem "ruby-debug-ide", "~> 0.7.0"
+ gem "debase", "~> 0.2.4.1"
+end