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:
authorStan Hu <stanhu@gmail.com>2017-10-04 08:42:49 +0300
committerStan Hu <stanhu@gmail.com>2017-10-04 08:42:49 +0300
commitf7f9b1f20e2553c7b87cb3bedb2b096c38971d82 (patch)
tree9b01a7d9857557cb318ce0b4fe2e7da1e0bc5680 /qa/Gemfile
parent5a23af928e52350039f1db8eee97278d34d1f1b0 (diff)
Add byebug to GitLab QA gem list for debugging
Diffstat (limited to 'qa/Gemfile')
-rw-r--r--qa/Gemfile1
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'