Skip to content

Commit 6000ec9

Browse files
Update dependency importmap-rails to v1.2.3
1 parent b65a4b1 commit 6000ec9

1 file changed

Lines changed: 28 additions & 21 deletions

File tree

Gemfile.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
bindex (0.8.1)
7272
bootsnap (1.13.0)
7373
msgpack (~> 1.2)
74-
builder (3.2.4)
74+
builder (3.3.0)
7575
capybara (3.37.1)
7676
addressable
7777
matrix
@@ -82,37 +82,39 @@ GEM
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
8484
childprocess (4.1.0)
85-
concurrent-ruby (1.1.10)
85+
concurrent-ruby (1.3.5)
8686
connection_pool (2.2.5)
8787
crass (1.0.6)
8888
debug (1.6.2)
8989
irb (>= 1.3.6)
9090
reline (>= 0.3.1)
9191
digest (3.1.0)
92-
erubi (1.11.0)
92+
erubi (1.13.1)
9393
globalid (1.0.0)
9494
activesupport (>= 5.0)
95-
i18n (1.12.0)
95+
i18n (1.14.7)
9696
concurrent-ruby (~> 1.0)
97-
importmap-rails (1.1.5)
97+
importmap-rails (1.2.3)
9898
actionpack (>= 6.0.0)
99+
activesupport (>= 6.0.0)
99100
railties (>= 6.0.0)
100101
io-console (0.5.11)
101102
irb (1.4.1)
102103
reline (>= 0.3.0)
103104
jbuilder (2.11.5)
104105
actionview (>= 5.0.0)
105106
activesupport (>= 5.0.0)
106-
loofah (2.18.0)
107+
loofah (2.24.1)
107108
crass (~> 1.0.2)
108-
nokogiri (>= 1.5.9)
109+
nokogiri (>= 1.12.0)
109110
mail (2.7.1)
110111
mini_mime (>= 0.1.1)
111112
marcel (1.0.2)
112113
matrix (0.4.2)
113-
method_source (1.0.0)
114+
method_source (1.1.0)
114115
mini_mime (1.1.2)
115-
minitest (5.16.3)
116+
mini_portile2 (2.8.9)
117+
minitest (5.26.2)
116118
msgpack (1.5.6)
117119
net-imap (0.2.3)
118120
digest
@@ -129,14 +131,15 @@ GEM
129131
net-protocol
130132
timeout
131133
nio4r (2.5.8)
132-
nokogiri (1.13.8-x86_64-darwin)
134+
nokogiri (1.18.10)
135+
mini_portile2 (~> 2.8.2)
133136
racc (~> 1.4)
134137
public_suffix (5.0.0)
135138
puma (5.6.5)
136139
nio4r (~> 2.0)
137-
racc (1.6.0)
138-
rack (2.2.4)
139-
rack-test (2.0.2)
140+
racc (1.8.1)
141+
rack (2.2.21)
142+
rack-test (2.2.0)
140143
rack (>= 1.3)
141144
rails (7.0.4)
142145
actioncable (= 7.0.4)
@@ -152,19 +155,21 @@ GEM
152155
activesupport (= 7.0.4)
153156
bundler (>= 1.15.0)
154157
railties (= 7.0.4)
155-
rails-dom-testing (2.0.3)
156-
activesupport (>= 4.2.0)
158+
rails-dom-testing (2.3.0)
159+
activesupport (>= 5.0.0)
160+
minitest
157161
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.4.3)
159-
loofah (~> 2.3)
162+
rails-html-sanitizer (1.6.2)
163+
loofah (~> 2.21)
164+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
160165
railties (7.0.4)
161166
actionpack (= 7.0.4)
162167
activesupport (= 7.0.4)
163168
method_source
164169
rake (>= 12.2)
165170
thor (~> 1.0)
166171
zeitwerk (~> 2.5)
167-
rake (13.0.6)
172+
rake (13.3.1)
168173
redis (4.8.0)
169174
regexp_parser (2.5.0)
170175
reline (0.3.1)
@@ -188,16 +193,17 @@ GEM
188193
activesupport (>= 5.2)
189194
sprockets (>= 3.0.0)
190195
sqlite3 (1.5.0-x86_64-darwin)
196+
sqlite3 (1.5.0-x86_64-linux)
191197
stimulus-rails (1.1.0)
192198
railties (>= 6.0.0)
193199
strscan (3.0.4)
194-
thor (1.2.1)
200+
thor (1.4.0)
195201
timeout (0.3.0)
196202
turbo-rails (1.1.1)
197203
actionpack (>= 6.0.0)
198204
activejob (>= 6.0.0)
199205
railties (>= 6.0.0)
200-
tzinfo (2.0.5)
206+
tzinfo (2.0.6)
201207
concurrent-ruby (~> 1.0)
202208
web-console (4.2.0)
203209
actionview (>= 6.0.0)
@@ -214,10 +220,11 @@ GEM
214220
websocket-extensions (0.1.5)
215221
xpath (3.2.0)
216222
nokogiri (~> 1.8)
217-
zeitwerk (2.6.0)
223+
zeitwerk (2.6.18)
218224

219225
PLATFORMS
220226
x86_64-darwin-21
227+
x86_64-linux
221228

222229
DEPENDENCIES
223230
bootsnap

0 commit comments

Comments
 (0)