From 8816fb5ebb17a10c6da9d88a562876626017e593 Mon Sep 17 00:00:00 2001 From: Liam Morley Date: Wed, 17 Nov 2021 15:54:46 -0500 Subject: [PATCH] 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. --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a52c0ff1..a62594e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)