Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-03 11:50:25 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-03 11:50:25 +0300
commitada0ec396bd32f73bdabb704580ea000bfedbb24 (patch)
treef02999e429ea61a06e74ac13e6528b774aafc0ae /Gemfile
parent15eb3b37df5ea2e59eaa74584422e76f98208694 (diff)
Add pry-byebug support to project
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index abd80541..8bc30182 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,4 +24,5 @@ group :test, :development do
gem 'scss_lint', '~> 0.57', require: false
gem 'highline', '~> 2.0'
gem 'rspec', '~> 3.5'
+ gem 'pry-byebug', '~> 3.7', require: false
end