Skip to content

Commit 5ad81a0

Browse files
authored
Merge pull request #225 from MITLibraries/renovate/all-minor-patch
Update all non-major dependencies
2 parents ed83ea7 + 6d04848 commit 5ad81a0

File tree

4 files changed

+42
-39
lines changed

4 files changed

+42
-39
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2-
ARG RUBY_VERSION=3.4.2
2+
ARG RUBY_VERSION=3.4.3
33
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.4.2
1+
ruby-3.4.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '3.4.2'
2+
ruby '3.4.3'
33

44
git_source(:github) do |repo_name|
55
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')

Gemfile.lock

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
annotate (3.2.0)
9696
activerecord (>= 3.2, < 8.0)
9797
rake (>= 10.4, < 14.0)
98-
ast (2.4.2)
98+
ast (2.4.3)
9999
attr_required (1.0.2)
100100
awesome_print (1.9.2)
101101
barnes (0.0.9)
@@ -122,12 +122,12 @@ GEM
122122
xpath (~> 3.2)
123123
climate_control (1.2.0)
124124
concurrent-ruby (1.3.5)
125-
connection_pool (2.5.0)
125+
connection_pool (2.5.3)
126126
crack (1.0.0)
127127
bigdecimal
128128
rexml
129129
crass (1.0.6)
130-
csv (3.3.2)
130+
csv (3.3.4)
131131
date (3.4.1)
132132
debug (1.10.0)
133133
irb (~> 1.10)
@@ -140,9 +140,9 @@ GEM
140140
warden (~> 1.2.3)
141141
docile (1.4.1)
142142
domain_name (0.6.20240107)
143-
dotenv (3.1.7)
144-
dotenv-rails (3.1.7)
145-
dotenv (= 3.1.7)
143+
dotenv (3.1.8)
144+
dotenv-rails (3.1.8)
145+
dotenv (= 3.1.8)
146146
railties (>= 6.1)
147147
drb (2.2.1)
148148
email_validator (2.2.4)
@@ -188,7 +188,7 @@ GEM
188188
activesupport (>= 6.0.0)
189189
railties (>= 6.0.0)
190190
io-console (0.8.0)
191-
irb (1.15.1)
191+
irb (1.15.2)
192192
pp (>= 0.6.0)
193193
rdoc (>= 4.0.0)
194194
reline (>= 0.4.2)
@@ -199,7 +199,7 @@ GEM
199199
rails-dom-testing (>= 1, < 3)
200200
railties (>= 4.2.0)
201201
thor (>= 0.14, < 2.0)
202-
json (2.10.2)
202+
json (2.11.3)
203203
json-jwt (1.16.7)
204204
activesupport (>= 4.2)
205205
aes_key_wrap
@@ -224,7 +224,7 @@ GEM
224224
llhttp-ffi (0.5.1)
225225
ffi-compiler (~> 1.0)
226226
rake (~> 13.0)
227-
logger (1.6.6)
227+
logger (1.7.0)
228228
loofah (2.24.0)
229229
crass (~> 1.0.2)
230230
nokogiri (>= 1.12.0)
@@ -236,7 +236,7 @@ GEM
236236
marcel (1.0.4)
237237
matrix (0.4.2)
238238
mini_mime (1.1.5)
239-
minitest (5.25.4)
239+
minitest (5.25.5)
240240
msgpack (1.8.0)
241241
multi_json (1.15.0)
242242
net-http (0.6.0)
@@ -251,13 +251,13 @@ GEM
251251
net-smtp (0.5.1)
252252
net-protocol
253253
nio4r (2.7.4)
254-
nokogiri (1.18.3-aarch64-linux-gnu)
254+
nokogiri (1.18.8-aarch64-linux-gnu)
255255
racc (~> 1.4)
256-
nokogiri (1.18.3-arm64-darwin)
256+
nokogiri (1.18.8-arm64-darwin)
257257
racc (~> 1.4)
258-
nokogiri (1.18.3-x86_64-darwin)
258+
nokogiri (1.18.8-x86_64-darwin)
259259
racc (~> 1.4)
260-
nokogiri (1.18.3-x86_64-linux-gnu)
260+
nokogiri (1.18.8-x86_64-linux-gnu)
261261
racc (~> 1.4)
262262
omniauth (2.1.3)
263263
hashie (>= 3.4.6)
@@ -284,22 +284,23 @@ GEM
284284
webfinger (~> 2.0)
285285
orm_adapter (0.5.0)
286286
pagy (9.3.4)
287-
parallel (1.26.3)
288-
parser (3.3.7.1)
287+
parallel (1.27.0)
288+
parser (3.3.8.0)
289289
ast (~> 2.4.1)
290290
racc
291291
pg (1.5.9)
292292
pp (0.6.2)
293293
prettyprint
294294
prettyprint (0.2.0)
295-
psych (5.2.3)
295+
prism (1.4.0)
296+
psych (5.2.4)
296297
date
297298
stringio
298299
public_suffix (6.0.1)
299300
puma (6.6.0)
300301
nio4r (~> 2.0)
301302
racc (1.8.1)
302-
rack (3.1.12)
303+
rack (3.1.13)
303304
rack-cors (2.0.2)
304305
rack (>= 2.0.0)
305306
rack-oauth2 (2.2.1)
@@ -313,7 +314,7 @@ GEM
313314
base64 (>= 0.1.0)
314315
logger (>= 1.6.0)
315316
rack (>= 3.0.0, < 4)
316-
rack-session (2.1.0)
317+
rack-session (2.1.1)
317318
base64 (>= 0.1.0)
318319
rack (>= 3.0.0)
319320
rack-test (2.2.0)
@@ -354,43 +355,45 @@ GEM
354355
rdoc (6.12.0)
355356
psych (>= 4.0.0)
356357
regexp_parser (2.10.0)
357-
reline (0.6.0)
358+
reline (0.6.1)
358359
io-console (~> 0.5)
359360
responders (3.1.1)
360361
actionpack (>= 5.2)
361362
railties (>= 5.2)
362363
rexml (3.4.1)
363-
rubocop (1.73.2)
364+
rubocop (1.75.5)
364365
json (~> 2.3)
365366
language_server-protocol (~> 3.17.0.2)
366367
lint_roller (~> 1.1.0)
367368
parallel (~> 1.10)
368369
parser (>= 3.3.0.2)
369370
rainbow (>= 2.2.2, < 4.0)
370371
regexp_parser (>= 2.9.3, < 3.0)
371-
rubocop-ast (>= 1.38.0, < 2.0)
372+
rubocop-ast (>= 1.44.0, < 2.0)
372373
ruby-progressbar (~> 1.7)
373374
unicode-display_width (>= 2.4.0, < 4.0)
374-
rubocop-ast (1.38.1)
375-
parser (>= 3.3.1.0)
375+
rubocop-ast (1.44.1)
376+
parser (>= 3.3.7.2)
377+
prism (~> 1.4)
376378
rubocop-capybara (2.22.1)
377379
lint_roller (~> 1.1)
378380
rubocop (~> 1.72, >= 1.72.1)
379-
rubocop-graphql (1.5.4)
380-
rubocop (>= 1.50, < 2)
381-
rubocop-minitest (0.37.1)
381+
rubocop-graphql (1.5.5)
382+
lint_roller (~> 1.1)
383+
rubocop (>= 1.72.1, < 2)
384+
rubocop-minitest (0.38.0)
382385
lint_roller (~> 1.1)
383-
rubocop (>= 1.72.1, < 2.0)
386+
rubocop (>= 1.75.0, < 2.0)
384387
rubocop-ast (>= 1.38.0, < 2.0)
385-
rubocop-performance (1.24.0)
388+
rubocop-performance (1.25.0)
386389
lint_roller (~> 1.1)
387-
rubocop (>= 1.72.1, < 2.0)
390+
rubocop (>= 1.75.0, < 2.0)
388391
rubocop-ast (>= 1.38.0, < 2.0)
389-
rubocop-rails (2.30.3)
392+
rubocop-rails (2.31.0)
390393
activesupport (>= 4.2.0)
391394
lint_roller (~> 1.1)
392395
rack (>= 1.1)
393-
rubocop (>= 1.72.1, < 2.0)
396+
rubocop (>= 1.75.0, < 2.0)
394397
rubocop-ast (>= 1.38.0, < 2.0)
395398
ruby-progressbar (1.13.0)
396399
rubyzip (2.4.1)
@@ -402,11 +405,11 @@ GEM
402405
sprockets (> 3.0)
403406
sprockets-rails
404407
tilt
405-
scout_apm (5.6.1)
408+
scout_apm (5.6.4)
406409
parser
407410
securerandom (0.4.1)
408411
selectize-rails (0.12.6)
409-
selenium-webdriver (4.29.1)
412+
selenium-webdriver (4.32.0)
410413
base64 (~> 0.2)
411414
logger (~> 1.4)
412415
rexml (~> 3.2, >= 3.2.5)
@@ -440,7 +443,7 @@ GEM
440443
stimulus-rails (1.3.4)
441444
railties (>= 6.0.0)
442445
stringex (2.8.6)
443-
stringio (3.1.5)
446+
stringio (3.1.7)
444447
swd (2.0.3)
445448
activesupport (>= 3)
446449
attr_required (>= 0.0.5)
@@ -546,7 +549,7 @@ DEPENDENCIES
546549
yard
547550

548551
RUBY VERSION
549-
ruby 3.4.2p28
552+
ruby 3.4.3p32
550553

551554
BUNDLED WITH
552555
2.6.2

0 commit comments

Comments
 (0)