Skip to content

Commit adb70e7

Browse files
committed
Bump cable_ready
1 parent e2451ee commit adb70e7

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,24 +83,25 @@ GEM
8383
tzinfo (~> 2.0)
8484
ast (2.4.2)
8585
builder (3.2.4)
86-
cable_ready (5.0.1)
86+
cable_ready (5.0.4)
8787
actionpack (>= 5.2)
8888
actionview (>= 5.2)
8989
activesupport (>= 5.2)
90+
observer (~> 0.1)
9091
railties (>= 5.2)
9192
thread-local (>= 1.1.0)
92-
concurrent-ruby (1.2.2)
93+
concurrent-ruby (1.2.3)
9394
connection_pool (2.4.0)
9495
crass (1.0.6)
9596
date (3.3.3)
9697
erubi (1.12.0)
9798
globalid (1.1.0)
9899
activesupport (>= 5.0)
99-
i18n (1.14.1)
100+
i18n (1.14.5)
100101
concurrent-ruby (~> 1.0)
101102
json (2.6.3)
102103
language_server-protocol (3.17.0.3)
103-
loofah (2.21.3)
104+
loofah (2.22.0)
104105
crass (~> 1.0.2)
105106
nokogiri (>= 1.12.0)
106107
magic_frozen_string_literal (1.2.0)
@@ -110,9 +111,9 @@ GEM
110111
net-pop
111112
net-smtp
112113
marcel (1.0.2)
113-
method_source (1.0.0)
114+
method_source (1.1.0)
114115
mini_mime (1.1.2)
115-
minitest (5.18.1)
116+
minitest (5.22.3)
116117
mocha (1.13.0)
117118
net-imap (0.3.4)
118119
date
@@ -124,17 +125,18 @@ GEM
124125
net-smtp (0.3.3)
125126
net-protocol
126127
nio4r (2.5.8)
127-
nokogiri (1.16.2-x86_64-darwin)
128+
nokogiri (1.16.4-x86_64-darwin)
128129
racc (~> 1.4)
129-
nokogiri (1.16.2-x86_64-linux)
130+
nokogiri (1.16.4-x86_64-linux)
130131
racc (~> 1.4)
131132
nokogiri-html5-inference (0.3.0)
132133
nokogiri (~> 1.14)
134+
observer (0.1.2)
133135
parallel (1.22.1)
134136
parser (3.2.1.0)
135137
ast (~> 2.4.1)
136138
racc (1.7.3)
137-
rack (2.2.8.1)
139+
rack (2.2.9)
138140
rack-test (2.1.0)
139141
rack (>= 1.3)
140142
rails (7.0.4.2)
@@ -151,7 +153,7 @@ GEM
151153
activesupport (= 7.0.4.2)
152154
bundler (>= 1.15.0)
153155
railties (= 7.0.4.2)
154-
rails-dom-testing (2.1.1)
156+
rails-dom-testing (2.2.0)
155157
activesupport (>= 5.0.0)
156158
minitest
157159
nokogiri (>= 1.6)
@@ -166,7 +168,7 @@ GEM
166168
thor (~> 1.0)
167169
zeitwerk (~> 2.5)
168170
rainbow (3.1.1)
169-
rake (13.0.6)
171+
rake (13.2.1)
170172
redis (5.0.6)
171173
redis-client (>= 0.9.0)
172174
redis-client (0.14.0)
@@ -193,7 +195,7 @@ GEM
193195
language_server-protocol (~> 3.17.0.2)
194196
rubocop (= 1.44.1)
195197
rubocop-performance (= 1.15.2)
196-
thor (1.2.2)
198+
thor (1.3.1)
197199
thread-local (1.1.0)
198200
timeout (0.3.2)
199201
tzinfo (2.0.6)
@@ -202,7 +204,7 @@ GEM
202204
websocket-driver (0.7.5)
203205
websocket-extensions (>= 0.1.0)
204206
websocket-extensions (0.1.5)
205-
zeitwerk (2.6.8)
207+
zeitwerk (2.6.13)
206208

207209
PLATFORMS
208210
x86_64-darwin-19

0 commit comments

Comments
 (0)