Skip to content

Commit

Permalink
Use pry for helpful debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cattywampus committed Apr 16, 2015
1 parent 31ba5de commit b82a4a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
colorize (0.5.8)
coveralls (0.6.7)
colorize
Expand All @@ -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)
Expand All @@ -33,13 +41,17 @@ 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
java

DEPENDENCIES
coveralls
pry
redis
redstorm!
rspec (~> 2.13)
1 change: 1 addition & 0 deletions redstorm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b82a4a9

Please sign in to comment.