Skip to content

Commit 57f06b4

Browse files
Bump importmap-rails from 1.2.3 to 2.0.1
Bumps [importmap-rails](https://github.com/rails/importmap-rails) from 1.2.3 to 2.0.1. - [Release notes](https://github.com/rails/importmap-rails/releases) - [Commits](rails/importmap-rails@v1.2.3...v2.0.1) --- updated-dependencies: - dependency-name: importmap-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f530956 commit 57f06b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ruby '3.3.0'
55
gem 'active_storage_validations'
66
gem 'bootsnap', require: false
77
gem 'draper'
8-
gem 'importmap-rails', '~> 1.0'
8+
gem 'importmap-rails', '~> 2.0'
99
gem 'interactor'
1010
gem 'kaminari'
1111
gem 'factory_bot_rails'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ GEM
223223
rails-i18n
224224
rainbow (>= 2.2.2, < 4.0)
225225
terminal-table (>= 1.5.1)
226-
importmap-rails (1.2.3)
226+
importmap-rails (2.0.1)
227227
actionpack (>= 6.0.0)
228228
activesupport (>= 6.0.0)
229229
railties (>= 6.0.0)
@@ -524,7 +524,7 @@ DEPENDENCIES
524524
guard-cucumber
525525
guard-rspec
526526
i18n-tasks
527-
importmap-rails (~> 1.0)
527+
importmap-rails (~> 2.0)
528528
interactor
529529
kaminari
530530
omniauth

0 commit comments

Comments
 (0)