Skip to content

Commit 8c91b1a

Browse files
Update dependency stimulus-rails to v1.2.1
1 parent b65a4b1 commit 8c91b1a

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ 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)
9595
i18n (1.12.0)
@@ -103,7 +103,7 @@ GEM
103103
jbuilder (2.11.5)
104104
actionview (>= 5.0.0)
105105
activesupport (>= 5.0.0)
106-
loofah (2.18.0)
106+
loofah (2.19.1)
107107
crass (~> 1.0.2)
108108
nokogiri (>= 1.5.9)
109109
mail (2.7.1)
@@ -112,7 +112,7 @@ GEM
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.18.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.14.2-x86_64-darwin)
133+
racc (~> 1.4)
134+
nokogiri (1.14.2-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.6.2)
140+
rack (2.2.6.4)
141+
rack-test (2.1.0)
140142
rack (>= 1.3)
141143
rails (7.0.4)
142144
actioncable (= 7.0.4)
@@ -155,8 +157,8 @@ GEM
155157
rails-dom-testing (2.0.3)
156158
activesupport (>= 4.2.0)
157159
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.4.3)
159-
loofah (~> 2.3)
160+
rails-html-sanitizer (1.5.0)
161+
loofah (~> 2.19, >= 2.19.1)
160162
railties (7.0.4)
161163
actionpack (= 7.0.4)
162164
activesupport (= 7.0.4)
@@ -188,7 +190,8 @@ GEM
188190
activesupport (>= 5.2)
189191
sprockets (>= 3.0.0)
190192
sqlite3 (1.5.0-x86_64-darwin)
191-
stimulus-rails (1.1.0)
193+
sqlite3 (1.5.0-x86_64-linux)
194+
stimulus-rails (1.2.1)
192195
railties (>= 6.0.0)
193196
strscan (3.0.4)
194197
thor (1.2.1)
@@ -197,7 +200,7 @@ GEM
197200
actionpack (>= 6.0.0)
198201
activejob (>= 6.0.0)
199202
railties (>= 6.0.0)
200-
tzinfo (2.0.5)
203+
tzinfo (2.0.6)
201204
concurrent-ruby (~> 1.0)
202205
web-console (4.2.0)
203206
actionview (>= 6.0.0)
@@ -214,10 +217,11 @@ GEM
214217
websocket-extensions (0.1.5)
215218
xpath (3.2.0)
216219
nokogiri (~> 1.8)
217-
zeitwerk (2.6.0)
220+
zeitwerk (2.6.7)
218221

219222
PLATFORMS
220223
x86_64-darwin-21
224+
x86_64-linux
221225

222226
DEPENDENCIES
223227
bootsnap

0 commit comments

Comments
 (0)