Add pry-rails and pry-remote to Gemfile (dev/test)
This commit is contained in:
parent
011b3cd139
commit
1a8221f4f0
2 changed files with 12 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -115,6 +115,10 @@ gem 'viewpoint'
|
||||||
# in production environments by default.
|
# in production environments by default.
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
||||||
|
# debugging
|
||||||
|
gem 'pry-rails'
|
||||||
|
gem 'pry-remote'
|
||||||
|
|
||||||
# test frameworks
|
# test frameworks
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'test-unit'
|
gem 'test-unit'
|
||||||
|
|
|
@ -296,6 +296,11 @@ GEM
|
||||||
pry (0.11.3)
|
pry (0.11.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
|
pry-rails (0.3.6)
|
||||||
|
pry (>= 0.10.4)
|
||||||
|
pry-remote (0.1.8)
|
||||||
|
pry (~> 0.9)
|
||||||
|
slop (~> 3.0)
|
||||||
public_suffix (3.0.1)
|
public_suffix (3.0.1)
|
||||||
puma (3.11.0)
|
puma (3.11.0)
|
||||||
rack (2.0.4)
|
rack (2.0.4)
|
||||||
|
@ -395,6 +400,7 @@ GEM
|
||||||
simplecov-rcov (0.2.3)
|
simplecov-rcov (0.2.3)
|
||||||
simplecov (>= 0.4.1)
|
simplecov (>= 0.4.1)
|
||||||
slack-notifier (2.3.1)
|
slack-notifier (2.3.1)
|
||||||
|
slop (3.6.0)
|
||||||
sprockets (3.7.1)
|
sprockets (3.7.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
|
@ -516,6 +522,8 @@ DEPENDENCIES
|
||||||
omniauth-weibo-oauth2
|
omniauth-weibo-oauth2
|
||||||
pg
|
pg
|
||||||
pre-commit
|
pre-commit
|
||||||
|
pry-rails
|
||||||
|
pry-remote
|
||||||
puma
|
puma
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 5.1.5)
|
rails (= 5.1.5)
|
||||||
|
|
Loading…
Reference in a new issue