From bcb41fdf426959dc5d61aa02a646d32525121749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 17:22:26 +0000 Subject: [PATCH] Bump importmap-rails from 0.9.4 to 1.0.0 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 0.9.4 to 1.0.0. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v0.9.4...v1.0.0) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c086b5..71fdd97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,8 +80,9 @@ GEM activesupport (>= 5.0) i18n (1.8.11) concurrent-ruby (~> 1.0) - importmap-rails (0.9.4) - rails (>= 6.0.0) + importmap-rails (1.0.0) + actionpack (>= 6.0.0) + railties (>= 6.0.0) io-console (0.5.9) irb (1.3.7) reline (>= 0.2.7)