Skip to content

Commit 683e806

Browse files
committed
update dependencies
1 parent 50d959c commit 683e806

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
@@ -82,7 +82,7 @@ GEM
8282
bootsnap (1.13.0)
8383
msgpack (~> 1.2)
8484
builder (3.2.4)
85-
capybara (3.37.1)
85+
capybara (3.38.0)
8686
addressable
8787
matrix
8888
mini_mime (>= 0.1.3)
@@ -98,7 +98,7 @@ GEM
9898
crack (0.4.5)
9999
rexml
100100
crass (1.0.6)
101-
debug (1.6.2)
101+
debug (1.6.3)
102102
irb (>= 1.3.6)
103103
reline (>= 0.3.1)
104104
debug_inspector (1.1.0)
@@ -157,15 +157,16 @@ GEM
157157
mitlibraries-theme (0.7.0)
158158
rails (>= 5, < 8)
159159
sassc (~> 2)
160-
mocha (1.16.0)
160+
mocha (2.0.2)
161+
ruby2_keywords (>= 0.0.5)
161162
msgpack (1.6.0)
162163
net-imap (0.3.1)
163164
net-protocol
164165
net-pop (0.1.2)
165166
net-protocol
166167
net-protocol (0.1.3)
167168
timeout
168-
net-smtp (0.3.2)
169+
net-smtp (0.3.3)
169170
net-protocol
170171
nio4r (2.5.8)
171172
nokogiri (1.13.9-x86_64-darwin)
@@ -215,35 +216,36 @@ GEM
215216
reline (0.3.1)
216217
io-console (~> 0.5)
217218
rexml (3.2.5)
218-
rubocop (1.37.0)
219+
rubocop (1.39.0)
219220
json (~> 2.3)
220221
parallel (~> 1.10)
221222
parser (>= 3.1.2.1)
222223
rainbow (>= 2.2.2, < 4.0)
223224
regexp_parser (>= 1.8, < 3.0)
224225
rexml (>= 3.2.5, < 4.0)
225-
rubocop-ast (>= 1.22.0, < 2.0)
226+
rubocop-ast (>= 1.23.0, < 2.0)
226227
ruby-progressbar (~> 1.7)
227228
unicode-display_width (>= 1.4.0, < 3.0)
228229
rubocop-ast (1.23.0)
229230
parser (>= 3.1.1.0)
230-
rubocop-rails (2.16.1)
231+
rubocop-rails (2.17.2)
231232
activesupport (>= 4.2.0)
232233
rack (>= 1.1)
233234
rubocop (>= 1.33.0, < 2.0)
234235
ruby-progressbar (1.11.0)
236+
ruby2_keywords (0.0.5)
235237
rubyzip (2.3.2)
236238
sassc (2.4.0)
237239
ffi (~> 1.9)
238-
selenium-webdriver (4.5.0)
240+
selenium-webdriver (4.6.1)
239241
childprocess (>= 0.5, < 5.0)
240242
rexml (~> 3.2, >= 3.2.5)
241243
rubyzip (>= 1.2.2, < 3.0)
242244
websocket (~> 1.0)
243-
sentry-rails (5.5.0)
245+
sentry-rails (5.6.0)
244246
railties (>= 5.0)
245-
sentry-ruby (~> 5.5.0)
246-
sentry-ruby (5.5.0)
247+
sentry-ruby (~> 5.6.0)
248+
sentry-ruby (5.6.0)
247249
concurrent-ruby (~> 1.0, >= 1.0.2)
248250
simplecov (0.21.2)
249251
docile (~> 1.1)
@@ -261,7 +263,7 @@ GEM
261263
sprockets (>= 3.0.0)
262264
sqlite3 (1.5.3-x86_64-darwin)
263265
sqlite3 (1.5.3-x86_64-linux)
264-
stimulus-rails (1.1.0)
266+
stimulus-rails (1.1.1)
265267
railties (>= 6.0.0)
266268
thor (1.2.1)
267269
timeout (0.3.0)
@@ -295,7 +297,7 @@ GEM
295297
websocket-extensions (0.1.5)
296298
xpath (3.2.0)
297299
nokogiri (~> 1.8)
298-
zeitwerk (2.6.1)
300+
zeitwerk (2.6.6)
299301

300302
PLATFORMS
301303
x86_64-darwin-19

0 commit comments

Comments
 (0)