Skip to content

Commit

Permalink
Bump importmap-rails from 2.0.3 to 2.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and torrocus committed Dec 24, 2024
1 parent b006595 commit 491f017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'draper'
gem 'friendly_id', '~> 5.5'
gem 'globalize'
gem 'http_accept_language'
gem 'importmap-rails', '~> 2.0'
gem 'importmap-rails', '~> 2.1'
gem 'jbuilder', '~> 2.13'
gem 'lograge'
gem 'mail_form'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.3)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -656,7 +656,7 @@ DEPENDENCIES
globalize
http_accept_language
i18n-tasks
importmap-rails (~> 2.0)
importmap-rails (~> 2.1)
jbuilder (~> 2.13)
listen
lograge
Expand Down

0 comments on commit 491f017

Please sign in to comment.