Include pry-rails in production

This commit is contained in:
Kane York 2014-05-16 11:16:33 -07:00 committed by riking
parent a6670c6c83
commit c03866a5bc
1 changed files with 1 additions and 1 deletions

View File

@ -132,6 +132,7 @@ gem 'omniauth-oauth2', require: false
gem 'oj'
# while resolving https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
gem 'pg', '0.15.1'
gem 'pry-rails', require: false
gem 'rake'
@ -176,7 +177,6 @@ group :test, :development do
gem 'simplecov', require: false
gem 'timecop'
gem 'rspec-given'
gem 'pry-rails'
gem 'pry-nav'
gem 'spork-rails'
end