Skip to content

Commit

Permalink
Add pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Boatrite committed Jul 11, 2014
1 parent e0443e0 commit 99b8bc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -26,6 +26,7 @@ gem 'yajl-ruby', '~> 0.7.8', :require => 'yajl'

group :development, :test do
gem 'rspec-rails', '~> 1.3.4'
gem 'pry', '~> 0.9.12.6'
end

group :development do
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -20,6 +20,7 @@ GEM
httparty (>= 0.5.2)
builder (3.0.0)
cancan (1.4.1)
coderay (1.1.0)
columnize (0.3.2)
compass (0.10.6)
haml (>= 3.0.4)
Expand Down Expand Up @@ -52,6 +53,7 @@ GEM
nokogiri (>= 1.3.1)
maruku (0.6.0)
syntax (>= 1.0.0)
method_source (0.8.2)
mime-types (1.16)
minitest (1.7.2)
mysql (2.8.1)
Expand All @@ -64,6 +66,10 @@ GEM
rack
rake (>= 0.8.1)
polyglot (0.3.1)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
query_diet (0.2.2)
rails (~> 2.3)
rspec (~> 1.3)
Expand Down Expand Up @@ -106,6 +112,7 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
slop (3.5.0)
spruz (0.2.6)
syntax (1.0.0)
timeline_fu (0.3.0)
Expand Down Expand Up @@ -143,6 +150,7 @@ DEPENDENCIES
nokogiri (~> 1.4.4)
oauth (~> 0.4.4)
passenger (= 3.0.5)
pry (~> 0.9.12.6)
query_diet
rails (= 2.3.18)
rdoc (~> 2.4.2)
Expand Down

0 comments on commit 99b8bc8

Please sign in to comment.