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:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-12-05 14:21:25 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2016-12-05 14:43:28 +0300
commit4f5c020a3548094ae4fc1a6a55de0aaa2f4431fe (patch)
treec28dd635226ddd6b38b0c19727f2fd557bc8e028 /Gemfile
parent0f90fd639c9ed387426e0a8ec3a23ac33b37024c (diff)
Use pry-byebug instead byebug
https://github.com/deivid-rodriguez/pry-byebug
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 83edf420798..f783ba07ba4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -264,7 +264,7 @@ group :development do
end
group :development, :test do
- gem 'byebug', '~> 8.2.1', platform: :mri
+ gem 'pry-byebug', '~> 3.4.1', platform: :mri
gem 'pry-rails', '~> 0.3.4'
gem 'awesome_print', '~> 1.2.0', require: false