From c9a32ee532080568965b638751f410b35b649ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:26:09 +0000 Subject: [PATCH] Bump cssbundling-rails from 1.3.3 to 1.4.0 Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/rails/cssbundling-rails/releases) - [Commits](https://github.com/rails/cssbundling-rails/compare/v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: cssbundling-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8f806ebc..357a2dd7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "i18n-js", "4.0" gem "rails", "~> 7.0.8" gem "rails-i18n", "~> 7.0" -gem "cssbundling-rails", "~> 1.3" +gem "cssbundling-rails", "~> 1.4" gem "jsbundling-rails", "~> 1.3" gem "sassc-rails" gem "sprockets", "~> 4.2" diff --git a/Gemfile.lock b/Gemfile.lock index b1d3a425..dc85d7f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,7 +121,7 @@ GEM concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) - cssbundling-rails (1.3.3) + cssbundling-rails (1.4.0) railties (>= 6.0.0) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) @@ -521,7 +521,7 @@ DEPENDENCIES carrierwave_backgrounder! colorize connection_pool - cssbundling-rails (~> 1.3) + cssbundling-rails (~> 1.4) database_cleaner devise (~> 4.9) devise-async