Skip to content

Commit 7ea4adf

Browse files
Updates everything other than Rails
1 parent f15d63b commit 7ea4adf

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ GEM
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.0)
70-
public_suffix (>= 2.0.2, < 5.0)
69+
addressable (2.8.1)
70+
public_suffix (>= 2.0.2, < 6.0)
7171
annotate (3.2.0)
7272
activerecord (>= 3.2, < 8.0)
7373
rake (>= 10.4, < 14.0)
7474
ast (2.4.2)
7575
aws-eventstream (1.2.0)
76-
aws-partitions (1.614.0)
77-
aws-sdk-core (3.131.5)
76+
aws-partitions (1.631.0)
77+
aws-sdk-core (3.148.0)
7878
aws-eventstream (~> 1, >= 1.0.2)
7979
aws-partitions (~> 1, >= 1.525.0)
8080
aws-sigv4 (~> 1.1)
@@ -102,7 +102,7 @@ GEM
102102
childprocess (4.1.0)
103103
climate_control (1.2.0)
104104
concurrent-ruby (1.1.10)
105-
connection_pool (2.2.5)
105+
connection_pool (2.3.0)
106106
crack (0.4.5)
107107
rexml
108108
crass (1.0.6)
@@ -128,7 +128,7 @@ GEM
128128
multi_json
129129
erubi (1.11.0)
130130
execjs (2.8.1)
131-
faraday (1.10.0)
131+
faraday (1.10.2)
132132
faraday-em_http (~> 1.0)
133133
faraday-em_synchrony (~> 1.0)
134134
faraday-excon (~> 1.1)
@@ -195,7 +195,7 @@ GEM
195195
mitlibraries-theme (0.8.0)
196196
rails (>= 5, < 8)
197197
sassc (~> 2)
198-
msgpack (1.5.4)
198+
msgpack (1.5.6)
199199
multi_json (1.15.0)
200200
multipart-post (2.2.3)
201201
net-imap (0.2.3)
@@ -229,7 +229,7 @@ GEM
229229
parser (3.1.2.1)
230230
ast (~> 2.4.1)
231231
pg (1.4.3)
232-
public_suffix (4.0.7)
232+
public_suffix (5.0.0)
233233
puma (5.6.5)
234234
nio4r (~> 2.0)
235235
racc (1.6.0)
@@ -268,12 +268,12 @@ GEM
268268
zeitwerk (~> 2.5)
269269
rainbow (3.1.1)
270270
rake (13.0.6)
271-
rb-fsevent (0.11.1)
271+
rb-fsevent (0.11.2)
272272
rb-inotify (0.10.1)
273273
ffi (~> 1.0)
274-
redis (5.0.3)
274+
redis (5.0.4)
275275
redis-client (>= 0.7.4)
276-
redis-client (0.7.4)
276+
redis-client (0.8.1)
277277
connection_pool
278278
regexp_parser (2.5.0)
279279
request_store (1.5.1)
@@ -294,10 +294,10 @@ GEM
294294
unicode-display_width (>= 1.4.0, < 3.0)
295295
rubocop-ast (1.21.0)
296296
parser (>= 3.1.1.0)
297-
rubocop-rails (2.15.2)
297+
rubocop-rails (2.16.0)
298298
activesupport (>= 4.2.0)
299299
rack (>= 1.1)
300-
rubocop (>= 1.7.0, < 2.0)
300+
rubocop (>= 1.33.0, < 2.0)
301301
ruby-progressbar (1.11.0)
302302
ruby2_keywords (0.0.5)
303303
rubyzip (2.3.2)
@@ -341,14 +341,14 @@ GEM
341341
terminal-table (3.0.2)
342342
unicode-display_width (>= 1.1.1, < 3)
343343
thor (1.2.1)
344-
tilt (2.0.10)
344+
tilt (2.0.11)
345345
timecop (0.9.5)
346346
timeout (0.3.0)
347347
tzinfo (2.0.5)
348348
concurrent-ruby (~> 1.0)
349349
uglifier (4.2.0)
350350
execjs (>= 0.3.0, < 3)
351-
unicode-display_width (2.2.0)
351+
unicode-display_width (2.3.0)
352352
vcr (6.1.0)
353353
warden (1.2.9)
354354
rack (>= 2.0.9)

0 commit comments

Comments
 (0)