mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Fix 'undefined method sass' - we need sass-rails in production env
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -21,6 +21,7 @@ gem 'bugsnag'
|
||||
gem 'newrelic_rpm'
|
||||
gem 'haml'
|
||||
gem 'sass', "~> 3.2"
|
||||
gem 'sass-rails', '~> 3.2.3'
|
||||
gem 'aws-sdk'
|
||||
gem 'db2fog'
|
||||
gem 'andand'
|
||||
@@ -39,7 +40,6 @@ gem 'rack-ssl', :require => 'rack/ssl'
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
gem 'sass-rails', '~> 3.2.3'
|
||||
gem 'compass-rails'
|
||||
gem 'coffee-rails', '~> 3.2.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user