From c9ec5a7aa0a31f852bbd08ca2cc5a4cf5521a097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:20:20 +0000 Subject: [PATCH] Bump importmap-rails from 2.1.0 to 2.2.2 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.1.0 to 2.2.2. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.2) --- updated-dependencies: - dependency-name: importmap-rails dependency-version: 2.2.2 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 862828c..d0ea7c8 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "jsbundling-rails", "1.3.1" gem "bcrypt", "3.1.13" gem "cssbundling-rails", "1.4.3" gem "propshaft", "1.2.1" -gem "importmap-rails", "2.1.0" +gem "importmap-rails", "2.2.2" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" gem "jbuilder", "2.13.0" diff --git a/Gemfile.lock b/Gemfile.lock index 17c4ddb..4730cdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM minitest (>= 3.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - importmap-rails (2.1.0) + importmap-rails (2.2.2) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -357,7 +357,7 @@ DEPENDENCIES debug (= 1.11.0) guard (= 2.19.1) guard-minitest (= 2.4.6) - importmap-rails (= 2.1.0) + importmap-rails (= 2.2.2) jbuilder (= 2.13.0) jsbundling-rails (= 1.3.1) kamal (= 2.7.0)