From 686a1b494ba08f1ed151d35ee992697e32fa12e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 00:34:56 +0000 Subject: [PATCH] Bump importmap-rails from 1.1.2 to 1.1.3 Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](https://github.com/rails/importmap-rails/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42a8da5..a424c81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,12 +98,12 @@ GEM ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (1.1.2) + importmap-rails (1.1.3) actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.5.11)