Skip to content

Commit 6f43514

Browse files
committed
Bump version for 0.9.2
1 parent f711948 commit 6f43514

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Diff for: 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 (0.9.1)
4+
importmap-rails (0.9.2)
55
rails (>= 6.0.0)
66

77
GEM

Diff for: gemfiles/rails_7_propshaft.gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: ..
8888
specs:
89-
importmap-rails (0.9.1)
89+
importmap-rails (0.9.2)
9090
rails (>= 6.0.0)
9191

9292
GEM
@@ -128,6 +128,8 @@ GEM
128128
mini_mime (1.1.2)
129129
minitest (5.14.4)
130130
nio4r (2.5.8)
131+
nokogiri (1.12.5-arm64-darwin)
132+
racc (~> 1.4)
131133
nokogiri (1.12.5-x86_64-linux)
132134
racc (~> 1.4)
133135
propshaft (0.3.1)
@@ -170,6 +172,7 @@ GEM
170172
zeitwerk (2.5.1)
171173

172174
PLATFORMS
175+
arm64-darwin-21
173176
x86_64-linux
174177

175178
DEPENDENCIES

Diff for: gemfiles/rails_7_sprockets.gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: ..
8888
specs:
89-
importmap-rails (0.9.1)
89+
importmap-rails (0.9.2)
9090
rails (>= 6.0.0)
9191

9292
GEM
@@ -128,6 +128,8 @@ GEM
128128
mini_mime (1.1.2)
129129
minitest (5.14.4)
130130
nio4r (2.5.8)
131+
nokogiri (1.12.5-arm64-darwin)
132+
racc (~> 1.4)
131133
nokogiri (1.12.5-x86_64-linux)
132134
racc (~> 1.4)
133135
public_suffix (4.0.6)
@@ -175,6 +177,7 @@ GEM
175177
zeitwerk (2.5.1)
176178

177179
PLATFORMS
180+
arm64-darwin-21
178181
x86_64-linux
179182

180183
DEPENDENCIES

Diff for: lib/importmap/version.rb

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

0 commit comments

Comments
 (0)