Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Commit a6d8257

Browse files
Update bundler non-major dependencies
1 parent 73d383d commit a6d8257

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'ipaddr_range_set'
1111
gem 'jquery-rails'
1212
gem 'jquery-validation-rails'
1313
gem 'lograge'
14-
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.4'
14+
gem 'mitlibraries-theme', git: 'https://github.com/mitlibraries/mitlibraries-theme', tag: 'v1.5'
1515
gem 'multi_json'
1616
gem 'net-imap', require: false
1717
gem 'net-pop', require: false

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/mitlibraries/mitlibraries-theme
3-
revision: ba5bdc9840ef817ba0b92e522b92da3f52669fc3
4-
tag: v1.4
3+
revision: 135390daff870937212f1d9020abb6aea53c87d9
4+
tag: v1.5
55
specs:
6-
mitlibraries-theme (1.0.2)
7-
rails (>= 6, < 8)
6+
mitlibraries-theme (1.1.0)
7+
rails (>= 6, < 9)
88
sassc-rails (~> 2)
99

1010
GIT
@@ -182,7 +182,7 @@ GEM
182182
pstore (~> 0.1)
183183
signet (>= 0.16, < 2.a)
184184
hashdiff (1.2.1)
185-
http (6.0.3)
185+
http (6.0.4)
186186
http-cookie (~> 1.0)
187187
llhttp (~> 0.6.1)
188188
http-cookie (1.1.6)
@@ -204,23 +204,23 @@ GEM
204204
railties (>= 4.2.0)
205205
thor (>= 0.14, < 2.0)
206206
jquery-validation-rails (1.19.0)
207-
json (2.20.0)
207+
json (2.21.1)
208208
jwt (3.2.0)
209209
base64
210-
language_server-protocol (3.17.0.5)
210+
language_server-protocol (3.17.0.6)
211211
lint_roller (1.1.0)
212212
listen (3.10.0)
213213
logger
214214
rb-fsevent (~> 0.10, >= 0.10.3)
215215
rb-inotify (~> 0.9, >= 0.9.10)
216216
llhttp (0.6.2)
217217
logger (1.7.0)
218-
lograge (0.14.0)
218+
lograge (0.15.0)
219219
actionpack (>= 4)
220220
activesupport (>= 4)
221221
railties (>= 4)
222222
request_store (~> 1.0)
223-
loofah (2.25.1)
223+
loofah (2.25.2)
224224
crass (~> 1.0.2)
225225
nokogiri (>= 1.12.0)
226226
mail (2.9.1)
@@ -256,7 +256,7 @@ GEM
256256
os (1.1.4)
257257
ostruct (0.6.3)
258258
parallel (2.1.0)
259-
parser (3.3.11.1)
259+
parser (3.3.12.0)
260260
ast (~> 2.4.1)
261261
racc
262262
pg (1.6.3)
@@ -297,8 +297,8 @@ GEM
297297
activesupport (>= 5.0.0)
298298
minitest
299299
nokogiri (>= 1.6)
300-
rails-html-sanitizer (1.7.0)
301-
loofah (~> 2.25)
300+
rails-html-sanitizer (1.7.1)
301+
loofah (~> 2.25, >= 2.25.2)
302302
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
303303
railties (7.2.3.1)
304304
actionpack (= 7.2.3.1)
@@ -337,7 +337,7 @@ GEM
337337
rexml (3.4.4)
338338
rouge (5.0.0)
339339
strscan (~> 3.1)
340-
rubocop (1.88.1)
340+
rubocop (1.88.2)
341341
json (~> 2.3)
342342
language_server-protocol (~> 3.17.0.2)
343343
lint_roller (~> 1.1.0)
@@ -348,10 +348,10 @@ GEM
348348
rubocop-ast (>= 1.49.0, < 2.0)
349349
ruby-progressbar (~> 1.7)
350350
unicode-display_width (>= 2.4.0, < 4.0)
351-
rubocop-ast (1.49.1)
351+
rubocop-ast (1.50.0)
352352
parser (>= 3.3.7.2)
353353
prism (~> 1.7)
354-
rubocop-rails (2.35.5)
354+
rubocop-rails (2.36.0)
355355
activesupport (>= 4.2.0)
356356
lint_roller (~> 1.1)
357357
rack (>= 1.1)
@@ -402,10 +402,10 @@ GEM
402402
mini_portile2 (~> 2.8.0)
403403
stringex (2.8.6)
404404
strscan (3.1.8)
405-
terser (1.2.7)
405+
terser (1.2.8)
406406
execjs (>= 0.3.0, < 3)
407407
thor (1.5.0)
408-
tilt (2.7.0)
408+
tilt (2.8.0)
409409
timeout (0.6.1)
410410
trailblazer-option (0.1.2)
411411
tsort (0.2.0)

0 commit comments

Comments
 (0)