From 901f17347dfa00969a51f720f34fc7a9892e2aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:57:44 +0000 Subject: [PATCH] Bump cssbundling-rails from 1.1.2 to 1.2.0 Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/rails/cssbundling-rails/releases) - [Commits](https://github.com/rails/cssbundling-rails/compare/v1.1.2...v1.2.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 26eb0039..7fc645aa 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "i18n-js", "4.0" gem "rails", "~> 6.1" gem "rails-i18n", "~> 7.0" -gem "cssbundling-rails", "~> 1.1" +gem "cssbundling-rails", "~> 1.2" gem "jsbundling-rails", "~> 1.1" gem "sassc-rails" gem "sprockets", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index f5fb73eb..e967bc2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM concurrent-ruby (1.2.2) connection_pool (2.4.1) crass (1.0.6) - cssbundling-rails (1.1.2) + cssbundling-rails (1.2.0) railties (>= 6.0.0) database_cleaner (2.0.2) database_cleaner-active_record (>= 2, < 3) @@ -493,7 +493,7 @@ DEPENDENCIES carrierwave_backgrounder! colorize connection_pool - cssbundling-rails (~> 1.1) + cssbundling-rails (~> 1.2) database_cleaner devise (~> 4.9) devise-async