Skip to content

Commit

Permalink
Build(deps): Bump importmap-rails from 2.0.1 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/rails/importmap-rails/releases)
- [Commits](rails/importmap-rails@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: importmap-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 235ebc3 commit c7a4c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ gem 'sass-rails', '~> 5.0.8'
gem 'sprockets', git: 'https://github.com/rails/sprockets', ref: '3.x'
gem 'uglifier', '~> 4.2.1'
# Modern Assets
gem 'importmap-rails', '~> 2.0.1'
gem 'importmap-rails', '~> 2.0.3'
gem 'stimulus-rails', '~> 1.3.4'
gem 'turbo-rails', '~> 2.0.10'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
icalendar (2.10.2)
ice_cube (~> 0.16)
ice_cube (0.17.0)
importmap-rails (2.0.1)
importmap-rails (2.0.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -574,7 +574,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.0)
zip_tricks (5.6.0)

PLATFORMS
Expand Down Expand Up @@ -618,7 +618,7 @@ DEPENDENCIES
htmlentities (~> 4.3.0)
i18n (~> 1.14.6)
icalendar (~> 2.10.2)
importmap-rails (~> 2.0.1)
importmap-rails (~> 2.0.3)
iso_country_codes (~> 0.7.8)
jquery-rails (~> 4.6.0)
jquery-ui-rails (~> 6.0.0)
Expand Down

0 comments on commit c7a4c81

Please sign in to comment.