mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Upgrade cssbundling-rails and jsbundling-rails
This version of cssbundling-rails seemed to be triggering a double-compilation of CSS files; once by `yarn css:build`, and a second compilation (with different requirements) by sassc-rails. This patch seems to fix this issue.
This commit is contained in:
parent
917d6821c5
commit
8816fb5ebb
1 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ GEM
|
|||
xpath (~> 3.2)
|
||||
concurrent-ruby (1.1.9)
|
||||
crass (1.0.6)
|
||||
cssbundling-rails (0.2.5)
|
||||
cssbundling-rails (0.2.6)
|
||||
railties (>= 6.0.0)
|
||||
database_cleaner (2.0.1)
|
||||
database_cleaner-active_record (~> 2.0.0)
|
||||
|
|
@ -122,13 +122,13 @@ GEM
|
|||
hashie (4.1.0)
|
||||
i18n (1.8.11)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jbuilder (2.11.2)
|
||||
jbuilder (2.11.3)
|
||||
activesupport (>= 5.0.0)
|
||||
jquery-rails (4.4.0)
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jsbundling-rails (0.1.9)
|
||||
jsbundling-rails (0.2.1)
|
||||
railties (>= 6.0.0)
|
||||
jwt (1.5.6)
|
||||
launchy (2.5.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue