Make pry a bit more useful

This commit is contained in:
Matt Van Horn 2013-05-24 13:35:16 -07:00
parent e5e904aa4e
commit e72694c4ee
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)
@ -514,6 +516,7 @@ DEPENDENCIES
omniauth-twitter
openid-redis-store
pg
pry-nav
pry-rails
rack-cache
rack-cors