Skip to content

Commit 9a09a18

Browse files
build(deps): bump importmap-rails from 2.0.3 to 2.1.0 (#4905)
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](rails/importmap-rails@v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01c641a commit 9a09a18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ end
221221
# Use Redis for Action Cable
222222
gem "redis", "~> 5.3"
223223

224-
gem "importmap-rails", "~> 2.0"
224+
gem "importmap-rails", "~> 2.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ GEM
311311
image_processing (1.13.0)
312312
mini_magick (>= 4.9.5, < 5)
313313
ruby-vips (>= 2.0.17, < 3)
314-
importmap-rails (2.0.3)
314+
importmap-rails (2.1.0)
315315
actionpack (>= 6.0.0)
316316
activesupport (>= 6.0.0)
317317
railties (>= 6.0.0)
@@ -762,7 +762,7 @@ DEPENDENCIES
762762
httparty
763763
icalendar
764764
image_processing
765-
importmap-rails (~> 2.0)
765+
importmap-rails (~> 2.1)
766766
jbuilder
767767
jwt
768768
kaminari

0 commit comments

Comments
 (0)