Skip to content

Commit 1d62dec

Browse files
authored
Merge pull request #30 from hathitrust/2026_02_dependencies
Update 02/02/2026
2 parents 4327b42 + 2ca1684 commit 1d62dec

1 file changed

Lines changed: 27 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,34 @@ GEM
44
ast (2.4.3)
55
base64 (0.3.0)
66
benchmark (0.5.0)
7-
bigdecimal (3.3.1)
7+
bigdecimal (4.0.1)
88
canister (0.9.2)
99
climate_control (1.2.0)
1010
coderay (1.1.3)
1111
diff-lcs (1.6.2)
1212
docile (1.4.1)
13-
json (2.15.2)
13+
io-console (0.8.2)
14+
json (2.18.0)
1415
language_server-protocol (3.17.0.5)
1516
lint_roller (1.1.0)
1617
logger (1.7.0)
1718
method_source (1.1.0)
18-
multi_json (1.17.0)
19+
multi_json (1.19.1)
1920
mustermann (3.0.4)
2021
ruby2_keywords (~> 0.0.1)
2122
mysql2 (0.5.7)
2223
bigdecimal
2324
nio4r (2.7.5)
2425
parallel (1.27.0)
25-
parser (3.3.10.0)
26+
parser (3.3.10.1)
2627
ast (~> 2.4.1)
2728
racc
28-
prism (1.6.0)
29-
pry (0.15.2)
29+
prism (1.9.0)
30+
pry (0.16.0)
3031
coderay (~> 1.1)
3132
method_source (~> 1.0)
32-
puma (7.1.0)
33+
reline (>= 0.6.0)
34+
puma (7.2.0)
3335
nio4r (~> 2.0)
3436
racc (1.8.1)
3537
rack (3.2.4)
@@ -42,10 +44,12 @@ GEM
4244
rack (>= 3.0.0)
4345
rack-test (2.2.0)
4446
rack (>= 1.3)
45-
rackup (2.2.1)
47+
rackup (2.3.1)
4648
rack (>= 3)
4749
rainbow (3.1.1)
4850
regexp_parser (2.11.3)
51+
reline (0.6.3)
52+
io-console (~> 0.5)
4953
rspec (3.13.2)
5054
rspec-core (~> 3.13.0)
5155
rspec-expectations (~> 3.13.0)
@@ -58,28 +62,28 @@ GEM
5862
rspec-mocks (3.13.7)
5963
diff-lcs (>= 1.2.0, < 2.0)
6064
rspec-support (~> 3.13.0)
61-
rspec-support (3.13.6)
62-
rubocop (1.80.2)
65+
rspec-support (3.13.7)
66+
rubocop (1.82.1)
6367
json (~> 2.3)
6468
language_server-protocol (~> 3.17.0.2)
6569
lint_roller (~> 1.1.0)
6670
parallel (~> 1.10)
6771
parser (>= 3.3.0.2)
6872
rainbow (>= 2.2.2, < 4.0)
6973
regexp_parser (>= 2.9.3, < 3.0)
70-
rubocop-ast (>= 1.46.0, < 2.0)
74+
rubocop-ast (>= 1.48.0, < 2.0)
7175
ruby-progressbar (~> 1.7)
7276
unicode-display_width (>= 2.4.0, < 4.0)
73-
rubocop-ast (1.47.1)
77+
rubocop-ast (1.49.0)
7478
parser (>= 3.3.7.2)
75-
prism (~> 1.4)
76-
rubocop-performance (1.25.0)
79+
prism (~> 1.7)
80+
rubocop-performance (1.26.1)
7781
lint_roller (~> 1.1)
7882
rubocop (>= 1.75.0, < 2.0)
79-
rubocop-ast (>= 1.38.0, < 2.0)
83+
rubocop-ast (>= 1.47.1, < 2.0)
8084
ruby-progressbar (1.13.0)
8185
ruby2_keywords (0.0.5)
82-
sequel (5.98.0)
86+
sequel (5.101.0)
8387
bigdecimal
8488
simplecov (0.22.0)
8589
docile (~> 1.1)
@@ -101,22 +105,22 @@ GEM
101105
rack-protection (= 4.2.1)
102106
sinatra (= 4.2.1)
103107
tilt (~> 2.0)
104-
standard (1.51.1)
108+
standard (1.53.0)
105109
language_server-protocol (~> 3.17.0.2)
106110
lint_roller (~> 1.0)
107-
rubocop (~> 1.80.2)
111+
rubocop (~> 1.82.0)
108112
standard-custom (~> 1.0.0)
109113
standard-performance (~> 1.8)
110114
standard-custom (1.0.2)
111115
lint_roller (~> 1.0)
112116
rubocop (~> 1.50)
113-
standard-performance (1.8.0)
117+
standard-performance (1.9.0)
114118
lint_roller (~> 1.1)
115-
rubocop-performance (~> 1.25.0)
116-
tilt (2.6.1)
119+
rubocop-performance (~> 1.26.0)
120+
tilt (2.7.0)
117121
unicode-display_width (3.2.0)
118122
unicode-emoji (~> 4.1)
119-
unicode-emoji (4.1.0)
123+
unicode-emoji (4.2.0)
120124

121125
PLATFORMS
122126
aarch64-linux
@@ -142,4 +146,4 @@ DEPENDENCIES
142146
standard
143147

144148
BUNDLED WITH
145-
2.7.2
149+
4.0.5

0 commit comments

Comments
 (0)