Add 'require: false' for pronto-scss
This commit is contained in:
parent
b1bb259292
commit
be67415269
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -245,7 +245,7 @@ group :development do
|
|||
gem "pronto-jshint", "0.4.2"
|
||||
gem "pronto-rubocop", "0.4.6"
|
||||
gem "pronto-haml", "0.4.4"
|
||||
gem "pronto-scss", "0.4.7"
|
||||
gem "pronto-scss", "0.4.7", require: false
|
||||
|
||||
# Preloading environment
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue