Use Pry for helpful debugging

This commit is contained in:
Keith Walters 2015-04-16 23:23:08 +00:00
parent 67fd211d4d
commit f593b216ca
2 changed files with 13 additions and 0 deletions

View File

@ -7,6 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
colorize (0.5.8)
coveralls (0.6.7)
colorize
@ -15,8 +16,15 @@ GEM
simplecov (>= 0.7)
thor
diff-lcs (1.2.4)
ffi (1.9.8-java)
method_source (0.8.2)
mime-types (1.23)
multi_json (1.7.7)
pry (0.10.1-java)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
spoon (~> 0.0)
rake (10.0.4)
redis (3.0.4)
rest-client (1.6.7)
@ -33,6 +41,9 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.6.0)
spoon (0.0.4)
ffi
thor (0.18.1)
PLATFORMS
@ -40,6 +51,7 @@ PLATFORMS
DEPENDENCIES
coveralls
pry
redis
redstorm!
rspec (~> 2.13)

View File

@ -21,5 +21,6 @@ Gem::Specification.new do |s|
s.executables = ['redstorm']
s.add_development_dependency 'rspec', '~> 2.13'
s.add_development_dependency 'pry'
s.add_runtime_dependency 'rake'
end