Skip to content

Commit 75f64ee

Browse files
committed
Require importmap-rails >= 1.2.1
Follow up to #163, which uses support for passing a custom importmap to the `javascript_importmap_tags` helper.
1 parent 78ee499 commit 75f64ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PATH
2929
remote: .
3030
specs:
3131
mission_control-jobs (0.3.3)
32-
importmap-rails
32+
importmap-rails (>= 1.2.1)
3333
irb (~> 1.13)
3434
rails (>= 7.1)
3535
stimulus-rails

mission_control-jobs.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
end
1818

1919
spec.add_dependency "rails", ">= 7.1"
20-
spec.add_dependency "importmap-rails"
20+
spec.add_dependency "importmap-rails", ">= 1.2.1"
2121
spec.add_dependency "turbo-rails"
2222
spec.add_dependency "stimulus-rails"
2323
spec.add_dependency "irb", "~> 1.13"

0 commit comments

Comments
 (0)