Merge pull request #2352 from riking/patch-2
Include pry-rails in production
This commit is contained in:
commit
094cee828b
2
Gemfile
2
Gemfile
|
@ -132,6 +132,7 @@ gem 'omniauth-oauth2', require: false
|
||||||
gem 'oj'
|
gem 'oj'
|
||||||
# while resolving https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
|
# while resolving https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
|
||||||
gem 'pg', '0.15.1'
|
gem 'pg', '0.15.1'
|
||||||
|
gem 'pry-rails', require: false
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|
||||||
|
|
||||||
|
@ -176,7 +177,6 @@ group :test, :development do
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
gem 'timecop'
|
gem 'timecop'
|
||||||
gem 'rspec-given'
|
gem 'rspec-given'
|
||||||
gem 'pry-rails'
|
|
||||||
gem 'pry-nav'
|
gem 'pry-nav'
|
||||||
gem 'spork-rails'
|
gem 'spork-rails'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue