Skip to content

Commit

Permalink
Bump importmap-rails from 2.0.3 to 2.1.0 (#1150)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 613e6c8 commit 1cf2bb0
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 @@ -25,7 +25,7 @@ gem 'devise_invitable', '~> 2.0'
# Using this as it wires in via Sprockets and I can't get npm version to work with the main app.
# Had no luck with js/svg approach ;-(
gem 'foreman'
gem 'importmap-rails', '~> 2.0'
gem 'importmap-rails', '~> 2.1'
gem 'intercom-rails'
gem 'jbuilder', '~> 2.7'
gem 'jquery-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GEM
thor
i18n (1.14.6)
concurrent-ruby (~> 1.0)
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 @@ -569,7 +569,7 @@ DEPENDENCIES
devise_invitable (~> 2.0)
error_highlight (>= 0.4.0)
foreman
importmap-rails (~> 2.0)
importmap-rails (~> 2.1)
intercom-rails
jbuilder (~> 2.7)
jquery-rails
Expand Down

0 comments on commit 1cf2bb0

Please sign in to comment.