From 54fb2b492d6417e171e742351acdaa25b9c643ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:20:34 +0000 Subject: [PATCH] Bump cssbundling-rails from 1.2.0 to 1.3.2 Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails) from 1.2.0 to 1.3.2. - [Release notes](https://github.com/rails/cssbundling-rails/releases) - [Commits](https://github.com/rails/cssbundling-rails/compare/v1.2.0...v1.3.2) --- 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 0126c5082b..c468c72a7a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'mysql2', '~> 0.5.5' gem 'puma', '~> 6.3.1' # Use dart-sass for stylesheets -gem 'cssbundling-rails', '~> 1.2.0' +gem 'cssbundling-rails', '~> 1.3.2' # Use jsbundling to bundle javascript in app/javascript with webpack gem 'jsbundling-rails', '~> 1.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index fc38b0584f..710e7f228e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM crass (1.0.6) css_parser (1.12.0) addressable - cssbundling-rails (1.2.0) + cssbundling-rails (1.3.2) railties (>= 6.0.0) daemons (1.4.1) dalli (3.2.5) @@ -538,7 +538,7 @@ DEPENDENCIES capistrano3-delayed-job (~> 1.7.6) capybara (~> 3.39.2) counter_culture (~> 3.5) - cssbundling-rails (~> 1.2.0) + cssbundling-rails (~> 1.3.2) dalli (~> 3.2.5) ddtrace (~> 1.14.0) delayed_job_active_record (~> 4.1.7)