From 491f0170c96cfdf0be2429f6e39844c2a50d6161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:55:09 +0000 Subject: [PATCH] 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2d446655..35ce8949 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'draper' gem 'friendly_id', '~> 5.5' gem 'globalize' gem 'http_accept_language' -gem 'importmap-rails', '~> 2.0' +gem 'importmap-rails', '~> 2.1' gem 'jbuilder', '~> 2.13' gem 'lograge' gem 'mail_form' diff --git a/Gemfile.lock b/Gemfile.lock index bf11785f..7b841ac1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (2.0.3) + importmap-rails (2.1.0) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -656,7 +656,7 @@ DEPENDENCIES globalize http_accept_language i18n-tasks - importmap-rails (~> 2.0) + importmap-rails (~> 2.1) jbuilder (~> 2.13) listen lograge