Skip to content

Commit

Permalink
Make pry a bit more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvanhorn committed May 24, 2013
1 parent e5e904a commit e72694c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,14 @@ group :test, :development do
gem 'terminal-notifier-guard', require: false
gem 'timecop'
gem 'rspec-given'
gem 'pry-rails'
gem 'pry-nav'
end

group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'librarian', '>= 0.0.25', require: false
gem 'pry-rails'
# https://github.com/ctran/annotate_models/pull/106
gem 'annotate', :git => 'https://github.com/SamSaffron/annotate_models.git'
end
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-nav (0.2.3)
pry (~> 0.9.10)
pry-rails (0.2.2)
pry (>= 0.9.10)
rack (1.4.5)
Expand Down Expand Up @@ -514,6 +516,7 @@ DEPENDENCIES
omniauth-twitter
openid-redis-store
pg
pry-nav
pry-rails
rack-cache
rack-cors
Expand Down

0 comments on commit e72694c

Please sign in to comment.