Remove pry-rescue from Gemfile
This commit is contained in:
parent
188468c415
commit
1e1647cf16
1
Gemfile
1
Gemfile
|
@ -25,7 +25,6 @@ end
|
|||
|
||||
group :development, :test do
|
||||
gem 'pry'
|
||||
gem 'pry-rescue'
|
||||
end
|
||||
|
||||
group :production do
|
||||
|
|
|
@ -65,7 +65,6 @@ GEM
|
|||
hike (1.2.3)
|
||||
http_accept_language (2.0.1)
|
||||
i18n (0.6.9)
|
||||
interception (0.4)
|
||||
jquery-rails (3.1.0)
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
|
@ -93,9 +92,6 @@ GEM
|
|||
coderay (~> 1.0)
|
||||
method_source (~> 0.8)
|
||||
slop (~> 3.4)
|
||||
pry-rescue (1.3.1)
|
||||
interception (>= 0.4)
|
||||
pry
|
||||
puma (2.7.1)
|
||||
rack (>= 1.1, < 2.0)
|
||||
rack (1.5.2)
|
||||
|
@ -198,7 +194,6 @@ DEPENDENCIES
|
|||
nokogiri
|
||||
pg
|
||||
pry
|
||||
pry-rescue
|
||||
puma
|
||||
rails (~> 4.0.1)
|
||||
rails_12factor
|
||||
|
|
Loading…
Reference in New Issue