From e16948626d70e2b25e45664f133b040c1dfabee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:21:51 +0000 Subject: [PATCH] Build(deps): Bump importmap-rails from 2.0.3 to 2.1.0 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: importmap-rails 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 0023f29245..ba561617d5 100644 --- a/Gemfile +++ b/Gemfile @@ -160,7 +160,7 @@ gem 'sass-rails', '~> 5.0.8' gem 'sprockets', '~> 3.7.5' gem 'uglifier', '~> 4.2.1' # Modern Assets -gem 'importmap-rails', '~> 2.0.3' +gem 'importmap-rails', '~> 2.1.0' gem 'stimulus-rails', '~> 1.3.4' gem 'turbo-rails', '~> 2.0.11' diff --git a/Gemfile.lock b/Gemfile.lock index 0bf1671919..6e46c29028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) docile (1.4.0) - erubi (1.13.0) + erubi (1.13.1) exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) @@ -272,7 +272,7 @@ GEM ice_cube (~> 0.16) ostruct ice_cube (0.17.0) - importmap-rails (2.0.3) + importmap-rails (2.1.0) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -317,10 +317,10 @@ GEM mime-types-data (3.2024.1001) mini_magick (4.13.1) mini_mime (1.1.5) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) mini_racer (0.16.0) libv8-node (~> 18.19.0.0) - minitest (5.25.1) + minitest (5.25.4) money (6.19.0) i18n (>= 0.6.4, <= 2) multi_json (1.15.0) @@ -608,7 +608,7 @@ DEPENDENCIES htmlentities (~> 4.3.0) i18n (~> 1.14.6) icalendar (~> 2.10.3) - importmap-rails (~> 2.0.3) + importmap-rails (~> 2.1.0) iso_country_codes (~> 0.7.8) jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.0)