Skip to content

Commit c8eca42

Browse files
Update dependency stimulus-rails to v1.2.2
1 parent b65a4b1 commit c8eca42

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

Gemfile.lock

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ 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.2.2)
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.12.0)
9393
globalid (1.0.0)
9494
activesupport (>= 5.0)
95-
i18n (1.12.0)
95+
i18n (1.14.1)
9696
concurrent-ruby (~> 1.0)
9797
importmap-rails (1.1.5)
9898
actionpack (>= 6.0.0)
@@ -103,16 +103,16 @@ GEM
103103
jbuilder (2.11.5)
104104
actionview (>= 5.0.0)
105105
activesupport (>= 5.0.0)
106-
loofah (2.18.0)
106+
loofah (2.21.3)
107107
crass (~> 1.0.2)
108-
nokogiri (>= 1.5.9)
108+
nokogiri (>= 1.12.0)
109109
mail (2.7.1)
110110
mini_mime (>= 0.1.1)
111111
marcel (1.0.2)
112112
matrix (0.4.2)
113113
method_source (1.0.0)
114114
mini_mime (1.1.2)
115-
minitest (5.16.3)
115+
minitest (5.19.0)
116116
msgpack (1.5.6)
117117
net-imap (0.2.3)
118118
digest
@@ -129,14 +129,16 @@ GEM
129129
net-protocol
130130
timeout
131131
nio4r (2.5.8)
132-
nokogiri (1.13.8-x86_64-darwin)
132+
nokogiri (1.15.3-x86_64-darwin)
133+
racc (~> 1.4)
134+
nokogiri (1.15.3-x86_64-linux)
133135
racc (~> 1.4)
134136
public_suffix (5.0.0)
135137
puma (5.6.5)
136138
nio4r (~> 2.0)
137-
racc (1.6.0)
138-
rack (2.2.4)
139-
rack-test (2.0.2)
139+
racc (1.7.1)
140+
rack (2.2.8)
141+
rack-test (2.1.0)
140142
rack (>= 1.3)
141143
rails (7.0.4)
142144
actioncable (= 7.0.4)
@@ -152,11 +154,13 @@ GEM
152154
activesupport (= 7.0.4)
153155
bundler (>= 1.15.0)
154156
railties (= 7.0.4)
155-
rails-dom-testing (2.0.3)
156-
activesupport (>= 4.2.0)
157+
rails-dom-testing (2.2.0)
158+
activesupport (>= 5.0.0)
159+
minitest
157160
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.4.3)
159-
loofah (~> 2.3)
161+
rails-html-sanitizer (1.6.0)
162+
loofah (~> 2.21)
163+
nokogiri (~> 1.14)
160164
railties (7.0.4)
161165
actionpack (= 7.0.4)
162166
activesupport (= 7.0.4)
@@ -188,16 +192,17 @@ GEM
188192
activesupport (>= 5.2)
189193
sprockets (>= 3.0.0)
190194
sqlite3 (1.5.0-x86_64-darwin)
191-
stimulus-rails (1.1.0)
195+
sqlite3 (1.5.0-x86_64-linux)
196+
stimulus-rails (1.2.2)
192197
railties (>= 6.0.0)
193198
strscan (3.0.4)
194-
thor (1.2.1)
199+
thor (1.2.2)
195200
timeout (0.3.0)
196201
turbo-rails (1.1.1)
197202
actionpack (>= 6.0.0)
198203
activejob (>= 6.0.0)
199204
railties (>= 6.0.0)
200-
tzinfo (2.0.5)
205+
tzinfo (2.0.6)
201206
concurrent-ruby (~> 1.0)
202207
web-console (4.2.0)
203208
actionview (>= 6.0.0)
@@ -214,10 +219,11 @@ GEM
214219
websocket-extensions (0.1.5)
215220
xpath (3.2.0)
216221
nokogiri (~> 1.8)
217-
zeitwerk (2.6.0)
222+
zeitwerk (2.6.11)
218223

219224
PLATFORMS
220225
x86_64-darwin-21
226+
x86_64-linux
221227

222228
DEPENDENCIES
223229
bootsnap

0 commit comments

Comments
 (0)