mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Use pry-byebug instead of pry-debugger
This commit is contained in:
parent
4a4553f676
commit
ae867847a5
2 changed files with 8 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -33,7 +33,7 @@ platform :mri do
|
|||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
gem 'pry-debugger'
|
||||
gem 'pry-byebug'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -17,6 +17,9 @@ GEM
|
|||
multi_json (>= 1.0.0)
|
||||
bcrypt (3.1.7)
|
||||
builder (3.2.2)
|
||||
byebug (2.7.0)
|
||||
columnize (~> 0.3)
|
||||
debugger-linecache (~> 1.2)
|
||||
capybara (2.4.1)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
@ -42,12 +45,7 @@ GEM
|
|||
nokogiri (>= 1.4.2)
|
||||
rack (>= 1.1.0)
|
||||
uuidtools (~> 2.1.1)
|
||||
debugger (1.6.6)
|
||||
columnize (>= 0.3.1)
|
||||
debugger-linecache (~> 1.2.0)
|
||||
debugger-ruby_core_source (~> 1.3.2)
|
||||
debugger-linecache (1.2.0)
|
||||
debugger-ruby_core_source (1.3.5)
|
||||
docile (1.1.3)
|
||||
erubis (2.7.0)
|
||||
extlib (0.9.16)
|
||||
|
@ -115,9 +113,9 @@ GEM
|
|||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
pry-debugger (0.2.2)
|
||||
debugger (~> 1.3)
|
||||
pry (~> 0.9.10)
|
||||
pry-byebug (1.3.2)
|
||||
byebug (~> 2.7)
|
||||
pry (~> 0.9.12)
|
||||
puma (2.8.1)
|
||||
rack (>= 1.1, < 2.0)
|
||||
rack (1.5.2)
|
||||
|
@ -231,7 +229,7 @@ DEPENDENCIES
|
|||
phantomjs
|
||||
poltergeist
|
||||
pry
|
||||
pry-debugger
|
||||
pry-byebug
|
||||
puma
|
||||
rack-recaptcha
|
||||
rack-test
|
||||
|
|
Loading…
Add table
Reference in a new issue