Skip to content

Commit 9c6ec7b

Browse files
Bump importmap-rails from 2.1.0 to 2.2.2 (#5291)
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.1.0 to 2.2.2. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](rails/importmap-rails@v2.1.0...v2.2.2) --- updated-dependencies: - dependency-name: importmap-rails dependency-version: 2.2.2 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 2085c1b commit 9c6ec7b

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
@@ -51,7 +51,7 @@ gem "turbo-rails"
5151
# Sprinkle a little JS to add interactivity
5252
gem "stimulus-rails"
5353
# Use JS import maps to manage JS without transpiling or bundling.
54-
gem "importmap-rails", "~> 2.1"
54+
gem "importmap-rails", "~> 2.2"
5555

5656
##### VIEWS/CONTROLLERS #####
5757

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ GEM
324324
ostruct
325325
ice_cube (0.17.0)
326326
ice_nine (0.11.2)
327-
importmap-rails (2.1.0)
327+
importmap-rails (2.2.2)
328328
actionpack (>= 6.0.0)
329329
activesupport (>= 6.0.0)
330330
railties (>= 6.0.0)
@@ -784,7 +784,7 @@ DEPENDENCIES
784784
geocoder
785785
guard-rspec
786786
icalendar
787-
importmap-rails (~> 2.1)
787+
importmap-rails (~> 2.2)
788788
jbuilder
789789
jwt
790790
kaminari

0 commit comments

Comments
 (0)