diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | ||||
| -rw-r--r-- | config/environments/production.rb | 2 |
3 files changed, 2 insertions, 5 deletions
@@ -139,7 +139,7 @@ group :development do gem 'letter_opener' gem 'quiet_assets', '~> 1.0' - platforms :ruby_20, :ruby_21, :ruby_22 do + platforms :ruby_20, :ruby_21 do gem 'better_errors' gem 'binding_of_caller' end diff --git a/Gemfile.lock b/Gemfile.lock index 9c10944ad..451a10ab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -566,6 +566,3 @@ DEPENDENCIES warbler will_paginate (~> 3.0.7) will_paginate-bootstrap (~> 1.0.1) - -BUNDLED WITH - 1.10.3 diff --git a/config/environments/production.rb b/config/environments/production.rb index bdfc955f6..07604fb82 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -26,7 +26,7 @@ Rails.application.configure do config.assets.css_compressor = :sass # Do not fallback to assets pipeline if a precompiled asset is missed. - config.assets.compile = false + config.assets.compile = true # Generate digests for assets URLs. config.assets.digest = true |
