From c7a4c8123ceed28dbae1d096b60344d087bad651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:54:11 +0000 Subject: [PATCH] Build(deps): Bump importmap-rails from 2.0.1 to 2.0.3 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.3) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ea229ede5d..8e799f1dec 100644 --- a/Gemfile +++ b/Gemfile @@ -160,7 +160,7 @@ gem 'sass-rails', '~> 5.0.8' gem 'sprockets', git: 'https://github.com/rails/sprockets', ref: '3.x' gem 'uglifier', '~> 4.2.1' # Modern Assets -gem 'importmap-rails', '~> 2.0.1' +gem 'importmap-rails', '~> 2.0.3' gem 'stimulus-rails', '~> 1.3.4' gem 'turbo-rails', '~> 2.0.10' diff --git a/Gemfile.lock b/Gemfile.lock index 13083948f8..4be4cb61c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM icalendar (2.10.2) ice_cube (~> 0.16) ice_cube (0.17.0) - importmap-rails (2.0.1) + importmap-rails (2.0.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -574,7 +574,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.0) zip_tricks (5.6.0) PLATFORMS @@ -618,7 +618,7 @@ DEPENDENCIES htmlentities (~> 4.3.0) i18n (~> 1.14.6) icalendar (~> 2.10.2) - importmap-rails (~> 2.0.1) + importmap-rails (~> 2.0.3) iso_country_codes (~> 0.7.8) jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.0)