From 8b793ee830891602bf796cc0a3dd188373f1f32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:08:43 +0000 Subject: [PATCH] Bump importmap-rails from 2.1.0 to 2.2.1 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: importmap-rails dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d52d6ad..a2fbab6 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "csv", "~> 3.3" gem "devise", "~> 4.9" -gem "importmap-rails", "~> 2.1" +gem "importmap-rails", "~> 2.2" gem "propshaft", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index e49221f..0b6f51b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) iconv (1.1.0) - importmap-rails (2.1.0) + importmap-rails (2.2.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -292,7 +292,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.0) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -345,7 +345,7 @@ GEM erb psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -385,7 +385,7 @@ GEM structify (0.3.4) activesupport (>= 7.0, < 9.0) attr_json (~> 2.1) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) turbo-rails (2.0.16) actionpack (>= 7.1.0) @@ -437,7 +437,7 @@ DEPENDENCIES good_job (~> 4.11) http (~> 5.3) iconv (~> 1.1) - importmap-rails (~> 2.1) + importmap-rails (~> 2.2) jbuilder marksmith (~> 0.4.5) nokogiri (~> 1.18)