Add pry to the gemfile for better local testing/dev

This commit is contained in:
R. Tyler Croy 2014-09-09 10:45:55 -07:00
parent 46d62a26cb
commit 99eb52e781
2 changed files with 9 additions and 1 deletions

View File

@ -1,8 +1,8 @@
# A sample Gemfile
source "https://rubygems.org"
gem 'rake'
gem 'rake-compiler'
gem 'pry'
group :test do
gem 'rspec', '~> 3.0.0'

View File

@ -1,7 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
diff-lcs (1.2.5)
method_source (0.8.2)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.3.2)
rake-compiler (0.9.3)
rake
@ -20,11 +26,13 @@ GEM
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
slop (3.5.0)
PLATFORMS
ruby
DEPENDENCIES
pry
rake
rake-compiler
rspec (~> 3.0.0)