Browse Source

Add pry-byebug (#7307)

pull/4/head
Shuhei Kitagawa 6 years ago
committed by Eugen Rochko
parent
commit
ab773e4d5f
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      Gemfile
  2. +5
    -0
      Gemfile.lock

+ 1
- 0
Gemfile View File

@ -95,6 +95,7 @@ group :development, :test do
gem 'fabrication', '~> 2.20'
gem 'fuubar', '~> 2.2'
gem 'i18n-tasks', '~> 0.9', require: false
gem 'pry-byebug', '~> 3.6'
gem 'pry-rails', '~> 0.3'
gem 'rspec-rails', '~> 3.7'
end

+ 5
- 0
Gemfile.lock View File

@ -93,6 +93,7 @@ GEM
bundler-audit (0.6.0)
bundler (~> 1.2)
thor (~> 0.18)
byebug (10.0.2)
capistrano (3.10.2)
airbrussh (>= 1.0.0)
i18n
@ -392,6 +393,9 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.2)
@ -703,6 +707,7 @@ DEPENDENCIES
pkg-config (~> 1.3)
premailer-rails
private_address_check (~> 0.4.1)
pry-byebug (~> 3.6)
pry-rails (~> 0.3)
puma (~> 3.11)
pundit (~> 1.1)

Loading…
Cancel
Save