Skip to content

Commit

Permalink
Add pry gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nickborromeo committed Apr 8, 2013
1 parent 1be3f61 commit 431d7d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ group :development do
gem 'rubygems-bundler', '1.1.0'
gem "better_errors"
gem 'quiet_assets'
gem 'pry-rails'
end

group :assets do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ GEM
method_source (~> 0.8)
slop (~> 3.3.1)
win32console (~> 1.3)
pry-rails (0.2.2)
pry (>= 0.9.10)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.4.3)
Expand Down Expand Up @@ -273,6 +275,7 @@ DEPENDENCIES
launchy
pg (= 0.12.2)
pg_search
pry-rails
quiet_assets
rails (= 3.2.11)
rb-fsevent (= 0.9.1)
Expand Down

0 comments on commit 431d7d3

Please sign in to comment.