Skip to content

Commit eccb15d

Browse files
committed
chore: update dependencies
1 parent 9ee6fcb commit eccb15d

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

Gemfile.lock

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component_reflex (3.3.0)
4+
view_component_reflex (3.3.1)
55
rails (>= 5.2, < 8.0)
66
stimulus_reflex (>= 3.5.0.pre9)
77
view_component (>= 2.28.0)
@@ -75,27 +75,25 @@ GEM
7575
minitest (>= 5.1)
7676
tzinfo (~> 2.0)
7777
builder (3.2.4)
78-
cable_ready (5.0.0.pre9)
79-
actioncable (>= 5.2)
78+
cable_ready (5.0.1)
8079
actionpack (>= 5.2)
8180
actionview (>= 5.2)
82-
activerecord (>= 5.2)
8381
activesupport (>= 5.2)
8482
railties (>= 5.2)
8583
thread-local (>= 1.1.0)
8684
concurrent-ruby (1.1.10)
8785
connection_pool (2.3.0)
8886
crass (1.0.6)
8987
date (3.3.3)
90-
erubi (1.11.0)
91-
globalid (1.0.0)
88+
erubi (1.12.0)
89+
globalid (1.1.0)
9290
activesupport (>= 5.0)
9391
i18n (1.12.0)
9492
concurrent-ruby (~> 1.0)
95-
loofah (2.19.1)
93+
loofah (2.21.3)
9694
crass (~> 1.0.2)
97-
nokogiri (>= 1.5.9)
98-
mail (2.8.0)
95+
nokogiri (>= 1.12.0)
96+
mail (2.8.1)
9997
mini_mime (>= 0.1.1)
10098
net-imap
10199
net-pop
@@ -105,7 +103,7 @@ GEM
105103
mini_mime (1.1.2)
106104
mini_portile2 (2.8.0)
107105
minitest (5.16.3)
108-
net-imap (0.3.3)
106+
net-imap (0.3.6)
109107
date
110108
net-protocol
111109
net-pop (0.1.2)
@@ -114,13 +112,13 @@ GEM
114112
timeout
115113
net-smtp (0.3.3)
116114
net-protocol
117-
nio4r (2.5.8)
118-
nokogiri (1.13.10)
115+
nio4r (2.5.9)
116+
nokogiri (1.14.5)
119117
mini_portile2 (~> 2.8.0)
120118
racc (~> 1.4)
121-
racc (1.6.1)
122-
rack (2.2.4)
123-
rack-test (2.0.2)
119+
racc (1.7.1)
120+
rack (2.2.7)
121+
rack-test (2.1.0)
124122
rack (>= 1.3)
125123
rails (7.0.4)
126124
actioncable (= 7.0.4)
@@ -136,11 +134,13 @@ GEM
136134
activesupport (= 7.0.4)
137135
bundler (>= 1.15.0)
138136
railties (= 7.0.4)
139-
rails-dom-testing (2.0.3)
140-
activesupport (>= 4.2.0)
137+
rails-dom-testing (2.1.1)
138+
activesupport (>= 5.0.0)
139+
minitest
141140
nokogiri (>= 1.6)
142-
rails-html-sanitizer (1.4.4)
143-
loofah (~> 2.19, >= 2.19.1)
141+
rails-html-sanitizer (1.6.0)
142+
loofah (~> 2.21)
143+
nokogiri (~> 1.14)
144144
railties (7.0.4)
145145
actionpack (= 7.0.4)
146146
activesupport (= 7.0.4)
@@ -155,29 +155,31 @@ GEM
155155
connection_pool
156156
sqlite3 (1.5.4)
157157
mini_portile2 (~> 2.8.0)
158-
stimulus_reflex (3.5.0.pre9)
159-
actioncable (>= 5.2)
160-
actionpack (>= 5.2)
161-
actionview (>= 5.2)
162-
activesupport (>= 5.2)
163-
cable_ready (>= 5.0.0.pre9)
164-
nokogiri
165-
rack
166-
railties (>= 5.2)
167-
redis
168-
thor (1.2.1)
158+
stimulus_reflex (3.5.0.rc3)
159+
actioncable (>= 5.2, < 8)
160+
actionpack (>= 5.2, < 8)
161+
actionview (>= 5.2, < 8)
162+
activesupport (>= 5.2, < 8)
163+
cable_ready (~> 5.0)
164+
nokogiri (~> 1.0)
165+
rack (>= 2, < 4)
166+
railties (>= 5.2, < 8)
167+
redis (>= 4.0, < 6.0)
168+
thor (1.2.2)
169169
thread-local (1.1.0)
170-
timeout (0.3.1)
170+
timeout (0.4.0)
171171
tzinfo (2.0.5)
172172
concurrent-ruby (~> 1.0)
173+
tzinfo-data (1.2023.3)
174+
tzinfo (>= 1.0.0)
173175
view_component (2.79.0)
174176
activesupport (>= 5.0.0, < 8.0)
175177
concurrent-ruby (~> 1.0)
176178
method_source (~> 1.0)
177179
websocket-driver (0.7.5)
178180
websocket-extensions (>= 0.1.0)
179181
websocket-extensions (0.1.5)
180-
zeitwerk (2.6.6)
182+
zeitwerk (2.6.8)
181183

182184
PLATFORMS
183185
ruby

0 commit comments

Comments
 (0)