mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
Merge pull request #7808 from mkllnk/sass-gem
Remove explicit dependency on sass gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -11,7 +11,6 @@ gem 'angular-rails-templates', '>= 0.3.0'
|
||||
gem 'awesome_nested_set'
|
||||
gem 'ransack', '2.4.2'
|
||||
gem 'responders'
|
||||
gem 'sass', '~> 3.4.0' # this restriction originates from foundation-rails's version
|
||||
gem 'sass-rails', '< 5.1.0' # this restriction originates from the compass-rails's version
|
||||
|
||||
gem 'i18n'
|
||||
|
||||
@@ -769,7 +769,6 @@ DEPENDENCIES
|
||||
rswag
|
||||
rubocop
|
||||
rubocop-rails
|
||||
sass (~> 3.4.0)
|
||||
sass-rails (< 5.1.0)
|
||||
select2-rails!
|
||||
selenium-webdriver
|
||||
|
||||
Reference in New Issue
Block a user