forked from e621ng/e621ng
[Gems] Remove pry-byebug
This commit is contained in:
parent
8f66cecb3f
commit
46eca3cb97
6
Gemfile
6
Gemfile
@ -37,16 +37,12 @@ gem 'mailgun-ruby'
|
||||
gem 'resolv'
|
||||
|
||||
group :production do
|
||||
gem 'unicorn', :platforms => :ruby
|
||||
end
|
||||
|
||||
group :production do
|
||||
gem 'unicorn'
|
||||
gem 'unicorn-worker-killer'
|
||||
gem 'newrelic_rpm'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'pry-byebug'
|
||||
gem 'listen'
|
||||
gem 'puma'
|
||||
end
|
||||
|
@ -101,11 +101,9 @@ GEM
|
||||
concurrent-ruby (~> 1.0, >= 1.0.5)
|
||||
redis (>= 1.0, < 6)
|
||||
builder (3.2.4)
|
||||
byebug (11.1.3)
|
||||
case_transform (0.2)
|
||||
activesupport
|
||||
cityhash (0.9.0)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.2.2)
|
||||
connection_pool (2.3.0)
|
||||
crack (0.4.5)
|
||||
@ -240,12 +238,6 @@ GEM
|
||||
parser (3.2.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.4.6)
|
||||
pry (0.14.2)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
pry-byebug (3.10.1)
|
||||
byebug (~> 11.0)
|
||||
pry (>= 0.13, < 0.15)
|
||||
public_suffix (5.0.1)
|
||||
puma (6.1.1)
|
||||
nio4r (~> 2.0)
|
||||
@ -421,7 +413,6 @@ DEPENDENCIES
|
||||
mocha
|
||||
newrelic_rpm
|
||||
pg
|
||||
pry-byebug
|
||||
puma
|
||||
rails (~> 7.0)
|
||||
recaptcha
|
||||
|
Loading…
Reference in New Issue
Block a user