diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-14 06:06:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-14 06:06:26 +0000 |
commit | d9251dac4c8f9e27f1e2db4b537d47d7d5a9e5be (patch) | |
tree | a57ef4e98f815acc864bfd523e1436d3774fa05a /qa/Gemfile | |
parent | 29c01c6c91558358c37ba45b03f240632bfb918d (diff) | |
download | gitlab-ce-d9251dac4c8f9e27f1e2db4b537d47d7d5a9e5be.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile')
-rw-r--r-- | qa/Gemfile | 7 |
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 |