From 87cab0675879eff6ed0be50f71c162ecdcb3d70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 05:14:17 +0000 Subject: [PATCH] Bump importmap-rails from 1.0.0 to 1.0.1 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4f0b0ba..315a1f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM activesupport (>= 5.0) i18n (1.8.11) concurrent-ruby (~> 1.0) - importmap-rails (1.0.0) + importmap-rails (1.0.1) actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.5.9)