mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42: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
|
group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
# gem 'pry-byebug', platform: 'mri'
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
platform :mri do
|
||||||
|
group :development, :test do
|
||||||
|
gem 'pry-byebug', platform: 'mri'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -240,6 +240,7 @@ DEPENDENCIES
|
||||||
pg
|
pg
|
||||||
poltergeist
|
poltergeist
|
||||||
pry
|
pry
|
||||||
|
pry-byebug
|
||||||
puma
|
puma
|
||||||
rack-cache
|
rack-cache
|
||||||
rack-recaptcha
|
rack-recaptcha
|
||||||
|
|
Loading…
Add table
Reference in a new issue