From e259ded7d6947f295d9973926b5cab1549e8d178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:29:07 +0000 Subject: [PATCH] build(deps): bump importmap-rails in the all-gems group Bumps the all-gems group with 1 update: [importmap-rails](https://github.com/rails/importmap-rails). Updates `importmap-rails` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gems ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26da71c3..07801979 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,12 +127,12 @@ GEM hashie (5.0.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - importmap-rails (2.0.1) + importmap-rails (2.0.2) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2)