Skip to content

Commit

Permalink
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 and imustafin committed Nov 23, 2024
1 parent 47e04b6 commit ab17c17
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 @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.3.0'

gem 'rails', '~> 7.2'
gem 'importmap-rails', '~> 2.0', '>= 2.0.1'
gem 'importmap-rails', '~> 2.0'
# Use postgres as the database for Active Record
gem 'pg', '~> 1.5'
# Use Puma as the app server
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
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 @@ -315,7 +315,7 @@ DEPENDENCIES
factory_bot_rails (~> 6.4, >= 6.4.3)
heroicon (~> 1.0.0)
image_processing (~> 1.13)
importmap-rails (~> 2.0, >= 2.0.1)
importmap-rails (~> 2.0)
kaminari (~> 1.2)
meta-tags (~> 2.22)
pg (~> 1.5)
Expand Down

0 comments on commit ab17c17

Please sign in to comment.