From ab17c17266fdcaf5756e4aaf4708e2a272cf6da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:06:10 +0000 Subject: [PATCH] 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 98330a7..1b8ad72 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.3.0' gem 'rails', '~> 7.2' -gem 'importmap-rails', '~> 2.0', '>= 2.0.1' +gem 'importmap-rails', '~> 2.0' # Use postgres as the database for Active Record gem 'pg', '~> 1.5' # Use Puma as the app server diff --git a/Gemfile.lock b/Gemfile.lock index e4a294a..8912cc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (2.0.1) + importmap-rails (2.0.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -315,7 +315,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4, >= 6.4.3) heroicon (~> 1.0.0) image_processing (~> 1.13) - importmap-rails (~> 2.0, >= 2.0.1) + importmap-rails (~> 2.0) kaminari (~> 1.2) meta-tags (~> 2.22) pg (~> 1.5)