diff options
author | Stan Hu <stanhu@gmail.com> | 2017-10-03 22:42:49 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-10-03 22:42:49 -0700 |
commit | f7f9b1f20e2553c7b87cb3bedb2b096c38971d82 (patch) | |
tree | 9b01a7d9857557cb318ce0b4fe2e7da1e0bc5680 /qa/Gemfile | |
parent | 5a23af928e52350039f1db8eee97278d34d1f1b0 (diff) | |
download | gitlab-ce-f7f9b1f20e2553c7b87cb3bedb2b096c38971d82.tar.gz |
Add byebug to GitLab QA gem list for debuggingsh-gitlab-qa-add-byebug
Diffstat (limited to 'qa/Gemfile')
-rw-r--r-- | qa/Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/Gemfile b/qa/Gemfile index 5d089a45934..ff29824529f 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -1,5 +1,6 @@ source 'https://rubygems.org' +gem 'pry-byebug', '~> 3.4.1', platform: :mri gem 'capybara', '~> 2.12.1' gem 'capybara-screenshot', '~> 1.0.14' gem 'rake', '~> 12.0.0' |