Skip to content

Commit a070e33

Browse files
committed
Prepare to 1.2.3
1 parent bbc4edf commit a070e33

6 files changed

+10
-6
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
importmap-rails (1.2.2)
4+
importmap-rails (1.2.3)
55
actionpack (>= 6.0.0)
66
activesupport (>= 6.0.0)
77
railties (>= 6.0.0)

gemfiles/rails_7_0_propshaft.gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: ..
33
specs:
4-
importmap-rails (1.2.2)
4+
importmap-rails (1.2.3)
55
actionpack (>= 6.0.0)
6+
activesupport (>= 6.0.0)
67
railties (>= 6.0.0)
78

89
GEM

gemfiles/rails_7_0_sprockets.gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: ..
33
specs:
4-
importmap-rails (1.2.2)
4+
importmap-rails (1.2.3)
55
actionpack (>= 6.0.0)
6+
activesupport (>= 6.0.0)
67
railties (>= 6.0.0)
78

89
GEM

gemfiles/rails_7_1_propshaft.gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: ..
33
specs:
4-
importmap-rails (1.2.2)
4+
importmap-rails (1.2.3)
55
actionpack (>= 6.0.0)
6+
activesupport (>= 6.0.0)
67
railties (>= 6.0.0)
78

89
GEM

gemfiles/rails_7_1_sprockets.gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PATH
22
remote: ..
33
specs:
4-
importmap-rails (1.2.2)
4+
importmap-rails (1.2.3)
55
actionpack (>= 6.0.0)
6+
activesupport (>= 6.0.0)
67
railties (>= 6.0.0)
78

89
GEM

lib/importmap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Importmap
2-
VERSION = "1.2.2"
2+
VERSION = "1.2.3"
33
end

0 commit comments

Comments
 (0)