mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
push back byebug for mri
This commit is contained in:
parent
d500721788
commit
7390dbbd4c
2 changed files with 7 additions and 1 deletions
7
Gemfile
7
Gemfile
|
@ -35,7 +35,12 @@ platform :mri, :rbx do
|
|||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
# gem 'pry-byebug', platform: 'mri'
|
||||
end
|
||||
end
|
||||
|
||||
platform :mri do
|
||||
group :development, :test do
|
||||
gem 'pry-byebug', platform: 'mri'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -240,6 +240,7 @@ DEPENDENCIES
|
|||
pg
|
||||
poltergeist
|
||||
pry
|
||||
pry-byebug
|
||||
puma
|
||||
rack-cache
|
||||
rack-recaptcha
|
||||
|
|
Loading…
Add table
Reference in a new issue