Add pry for debugging

This commit is contained in:
Dan Rice 2016-01-31 11:06:45 -05:00
parent 7300e3bf80
commit bae4b42a6e
2 changed files with 12 additions and 0 deletions

View file

@ -59,6 +59,10 @@ group :development do
gem "activerecord-deprecated_finders" gem "activerecord-deprecated_finders"
end end
group :development, :test do
gem 'pry'
end
group :test do group :test do
gem "factory_girl_rails" gem "factory_girl_rails"
gem "capybara" gem "capybara"

View file

@ -64,6 +64,7 @@ GEM
climate_control (>= 0.0.3, < 1.0) climate_control (>= 0.0.3, < 1.0)
codeclimate-test-reporter (0.4.1) codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0) simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.1.0) coffee-rails (4.1.0)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
@ -112,6 +113,7 @@ GEM
mail (2.6.3) mail (2.6.3)
mime-types (>= 1.16, < 3) mime-types (>= 1.16, < 3)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2)
mime-types (2.99) mime-types (2.99)
mimemagic (0.3.0) mimemagic (0.3.0)
mini_portile2 (2.0.0) mini_portile2 (2.0.0)
@ -131,6 +133,10 @@ GEM
cocaine (~> 0.5.5) cocaine (~> 0.5.5)
mime-types mime-types
mimemagic (= 0.3.0) mimemagic (= 0.3.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.5) rack (1.5.5)
rack-dev-mark (0.7.3) rack-dev-mark (0.7.3)
rack (>= 1.1) rack (>= 1.1)
@ -183,6 +189,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.8.0) simplecov-html (~> 0.8.0)
simplecov-html (0.8.0) simplecov-html (0.8.0)
slop (3.6.0)
spring (1.1.3) spring (1.1.3)
spring-commands-cucumber (1.0.1) spring-commands-cucumber (1.0.1)
spring (>= 0.9.1) spring (>= 0.9.1)
@ -250,6 +257,7 @@ DEPENDENCIES
mocha mocha
mysql2 (~> 0.3.17) mysql2 (~> 0.3.17)
paperclip paperclip
pry
rack-dev-mark rack-dev-mark
rack-mini-profiler rack-mini-profiler
rails (~> 4.1.11) rails (~> 4.1.11)