mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
Make pry a bit more useful
This commit is contained in:
parent
e5e904aa4e
commit
e72694c4ee
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user