Skip to content

Commit e3884b5

Browse files
authored
Merge pull request #21 from mlibrary/dependabot/app_dependencies-05a5cc2d5e
Bump the "app-dependencies" group with 2 updates across multiple ecosystems
2 parents 9f082ae + 263b8e4 commit e3884b5

File tree

3 files changed

+59
-34
lines changed

3 files changed

+59
-34
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- name: Create .env file
1111
run: cat env.example env.development > .env
1212
- name: Load .env file

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "sftp",
1010

1111
gem "hathifiles_database",
1212
git: "https://github.com/hathitrust/hathifiles_database",
13-
tag: "0.5.3"
13+
tag: "0.5.5"
1414

1515
gem "thor"
1616
gem "twilio-ruby"

Gemfile.lock

Lines changed: 57 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: https://github.com/hathitrust/hathifiles_database
3-
revision: 87129ce7404938e7956f7e2a113425e7676b6a99
4-
tag: 0.5.3
3+
revision: fc15cb099df54c40c209e2236b384abc36f1808d
4+
tag: 0.5.5
55
specs:
6-
hathifiles_database (0.5.3)
6+
hathifiles_database (0.5.5)
77
date_named_file
88
dotenv
99
ettin
@@ -56,7 +56,7 @@ GEM
5656
ast (2.4.3)
5757
base64 (0.3.0)
5858
benchmark (0.4.1)
59-
bigdecimal (3.3.1)
59+
bigdecimal (4.0.1)
6060
byebug (12.0.0)
6161
canister (0.9.2)
6262
climate_control (1.2.0)
@@ -66,31 +66,35 @@ GEM
6666
crack (1.0.1)
6767
bigdecimal
6868
rexml
69+
date (3.5.1)
6970
date_named_file (0.1.1)
7071
deep_merge (1.2.2)
7172
diff-lcs (1.6.2)
7273
docile (1.4.1)
73-
dotenv (3.1.8)
74+
dotenv (3.2.0)
7475
drb (2.2.3)
7576
dry-cli (1.3.0)
7677
dry-files (1.1.0)
7778
dry-inflector (1.2.0)
7879
dry-initializer (3.2.0)
80+
erb (6.0.1)
7981
ettin (1.3.0)
8082
deep_merge
8183
faraday (2.14.0)
8284
faraday-net_http (>= 2.0, < 3.5)
8385
json
8486
logger
85-
faraday-net_http (3.4.1)
86-
net-http (>= 0.5.0)
87+
faraday-net_http (3.4.2)
88+
net-http (~> 0.5)
8789
faraday-retry (2.3.2)
8890
faraday (~> 2.0)
89-
hanami-cli (2.2.1)
90-
bundler (~> 2.1)
91+
hanami-cli (2.3.3)
92+
bundler (>= 2.1)
9193
dry-cli (~> 1.0, >= 1.1.0)
9294
dry-files (~> 1.0, >= 1.0.2, < 2)
9395
dry-inflector (~> 1.0, < 2)
96+
irb
97+
rackup
9498
rake (~> 13.0)
9599
zeitwerk (~> 2.6)
96100
hashdiff (1.2.1)
@@ -99,7 +103,12 @@ GEM
99103
http-2 (>= 1.0.0)
100104
i18n (1.14.7)
101105
concurrent-ruby (~> 1.0)
102-
json (2.15.2)
106+
io-console (0.8.2)
107+
irb (1.16.0)
108+
pp (>= 0.6.0)
109+
rdoc (>= 4.0.0)
110+
reline (>= 0.4.2)
111+
json (2.18.0)
103112
jwt (3.1.2)
104113
base64
105114
language_server-protocol (3.17.0.5)
@@ -112,17 +121,20 @@ GEM
112121
minitest (5.26.0)
113122
mysql2 (0.5.7)
114123
bigdecimal
115-
net-http (0.7.0)
116-
uri
117-
nokogiri (1.18.10-x86_64-linux-gnu)
124+
net-http (0.9.1)
125+
uri (>= 0.11.1)
126+
nokogiri (1.19.0-x86_64-linux-gnu)
118127
racc (~> 1.4)
119128
parallel (1.27.0)
120-
parser (3.3.9.0)
129+
parser (3.3.10.0)
121130
ast (~> 2.4.1)
122131
racc
123132
pastel (0.8.0)
124133
tty-color (~> 0.5)
125-
prism (1.5.2)
134+
pp (0.6.3)
135+
prettyprint
136+
prettyprint (0.2.0)
137+
prism (1.7.0)
126138
prometheus-client (4.2.5)
127139
base64
128140
pry (0.15.2)
@@ -131,12 +143,23 @@ GEM
131143
pry-byebug (3.11.0)
132144
byebug (~> 12.0)
133145
pry (>= 0.13, < 0.16)
146+
psych (5.3.1)
147+
date
148+
stringio
134149
public_suffix (6.0.2)
135150
racc (1.8.1)
136151
rack (3.2.2)
152+
rackup (2.3.1)
153+
rack (>= 3)
137154
rainbow (3.1.1)
138155
rake (13.3.1)
156+
rdoc (7.0.3)
157+
erb
158+
psych (>= 4.0.0)
159+
tsort
139160
regexp_parser (2.11.3)
161+
reline (0.6.3)
162+
io-console (~> 0.5)
140163
rexml (3.4.4)
141164
rspec (3.13.2)
142165
rspec-core (~> 3.13.0)
@@ -151,52 +174,54 @@ GEM
151174
diff-lcs (>= 1.2.0, < 2.0)
152175
rspec-support (~> 3.13.0)
153176
rspec-support (3.13.6)
154-
rubocop (1.80.2)
177+
rubocop (1.81.7)
155178
json (~> 2.3)
156179
language_server-protocol (~> 3.17.0.2)
157180
lint_roller (~> 1.1.0)
158181
parallel (~> 1.10)
159182
parser (>= 3.3.0.2)
160183
rainbow (>= 2.2.2, < 4.0)
161184
regexp_parser (>= 2.9.3, < 3.0)
162-
rubocop-ast (>= 1.46.0, < 2.0)
185+
rubocop-ast (>= 1.47.1, < 2.0)
163186
ruby-progressbar (~> 1.7)
164187
unicode-display_width (>= 2.4.0, < 4.0)
165-
rubocop-ast (1.47.1)
188+
rubocop-ast (1.49.0)
166189
parser (>= 3.3.7.2)
167-
prism (~> 1.4)
168-
rubocop-performance (1.25.0)
190+
prism (~> 1.7)
191+
rubocop-performance (1.26.1)
169192
lint_roller (~> 1.1)
170193
rubocop (>= 1.75.0, < 2.0)
171-
rubocop-ast (>= 1.38.0, < 2.0)
194+
rubocop-ast (>= 1.47.1, < 2.0)
172195
ruby-next-core (1.1.2)
173196
ruby-progressbar (1.13.0)
174197
securerandom (0.4.1)
175198
semantic_logger (4.17.0)
176199
concurrent-ruby (~> 1.0)
177-
sequel (5.97.0)
200+
sequel (5.99.0)
178201
bigdecimal
179202
simplecov (0.22.0)
180203
docile (~> 1.1)
181204
simplecov-html (~> 0.11)
182205
simplecov_json_formatter (~> 0.1)
183206
simplecov-html (0.13.2)
184207
simplecov_json_formatter (0.1.4)
185-
sqlite3 (2.7.4-x86_64-linux-gnu)
186-
standard (1.51.1)
208+
sqlite3 (2.9.0-x86_64-linux-gnu)
209+
standard (1.52.0)
187210
language_server-protocol (~> 3.17.0.2)
188211
lint_roller (~> 1.0)
189-
rubocop (~> 1.80.2)
212+
rubocop (~> 1.81.7)
190213
standard-custom (~> 1.0.0)
191214
standard-performance (~> 1.8)
192215
standard-custom (1.0.2)
193216
lint_roller (~> 1.0)
194217
rubocop (~> 1.50)
195-
standard-performance (1.8.0)
218+
standard-performance (1.9.0)
196219
lint_roller (~> 1.1)
197-
rubocop-performance (~> 1.25.0)
198-
telephone_number (1.4.23)
220+
rubocop-performance (~> 1.26.0)
221+
stringio (3.2.0)
222+
telephone_number (1.4.24)
199223
thor (1.4.0)
224+
tsort (0.2.0)
200225
tty-color (0.6.0)
201226
tty-cursor (0.7.1)
202227
tty-prompt (0.23.1)
@@ -207,16 +232,16 @@ GEM
207232
tty-screen (~> 0.8)
208233
wisper (~> 2.0)
209234
tty-screen (0.8.2)
210-
twilio-ruby (7.8.5)
235+
twilio-ruby (7.9.0)
211236
faraday (>= 0.9, < 3.0)
212237
jwt (>= 1.5, < 4.0)
213238
nokogiri (>= 1.6, < 2.0)
214239
tzinfo (2.0.6)
215240
concurrent-ruby (~> 1.0)
216241
unicode-display_width (3.2.0)
217242
unicode-emoji (~> 4.1)
218-
unicode-emoji (4.1.0)
219-
uri (1.1.0)
243+
unicode-emoji (4.2.0)
244+
uri (1.1.1)
220245
webmock (3.26.1)
221246
addressable (>= 2.8.0)
222247
crack (>= 0.3.2)
@@ -230,7 +255,7 @@ GEM
230255
prometheus-client (>= 3.0, < 5.0)
231256
rack
232257
yabeda (~> 0.10)
233-
zeitwerk (2.7.3)
258+
zeitwerk (2.7.4)
234259

235260
PLATFORMS
236261
x86_64-linux

0 commit comments

Comments
 (0)