Skip to content

Commit a20e561

Browse files
authored
Merge pull request #849 from ddbj/dependabot/bundler/api/rails-8.0.1
Bump rails from 8.0.0 to 8.0.1 in /api
2 parents a7bc2d5 + 974c926 commit a20e561

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails", "~> 8.0.0"
3+
gem "rails", "~> 8.0.1"
44

55
gem "aws-sdk-s3"
66
gem "base62-rb"

api/Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -27,65 +27,65 @@ PATH
2727
GEM
2828
remote: https://rubygems.org/
2929
specs:
30-
actioncable (8.0.0.1)
31-
actionpack (= 8.0.0.1)
32-
activesupport (= 8.0.0.1)
30+
actioncable (8.0.1)
31+
actionpack (= 8.0.1)
32+
activesupport (= 8.0.1)
3333
nio4r (~> 2.0)
3434
websocket-driver (>= 0.6.1)
3535
zeitwerk (~> 2.6)
36-
actionmailbox (8.0.0.1)
37-
actionpack (= 8.0.0.1)
38-
activejob (= 8.0.0.1)
39-
activerecord (= 8.0.0.1)
40-
activestorage (= 8.0.0.1)
41-
activesupport (= 8.0.0.1)
36+
actionmailbox (8.0.1)
37+
actionpack (= 8.0.1)
38+
activejob (= 8.0.1)
39+
activerecord (= 8.0.1)
40+
activestorage (= 8.0.1)
41+
activesupport (= 8.0.1)
4242
mail (>= 2.8.0)
43-
actionmailer (8.0.0.1)
44-
actionpack (= 8.0.0.1)
45-
actionview (= 8.0.0.1)
46-
activejob (= 8.0.0.1)
47-
activesupport (= 8.0.0.1)
43+
actionmailer (8.0.1)
44+
actionpack (= 8.0.1)
45+
actionview (= 8.0.1)
46+
activejob (= 8.0.1)
47+
activesupport (= 8.0.1)
4848
mail (>= 2.8.0)
4949
rails-dom-testing (~> 2.2)
50-
actionpack (8.0.0.1)
51-
actionview (= 8.0.0.1)
52-
activesupport (= 8.0.0.1)
50+
actionpack (8.0.1)
51+
actionview (= 8.0.1)
52+
activesupport (= 8.0.1)
5353
nokogiri (>= 1.8.5)
5454
rack (>= 2.2.4)
5555
rack-session (>= 1.0.1)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
5959
useragent (~> 0.16)
60-
actiontext (8.0.0.1)
61-
actionpack (= 8.0.0.1)
62-
activerecord (= 8.0.0.1)
63-
activestorage (= 8.0.0.1)
64-
activesupport (= 8.0.0.1)
60+
actiontext (8.0.1)
61+
actionpack (= 8.0.1)
62+
activerecord (= 8.0.1)
63+
activestorage (= 8.0.1)
64+
activesupport (= 8.0.1)
6565
globalid (>= 0.6.0)
6666
nokogiri (>= 1.8.5)
67-
actionview (8.0.0.1)
68-
activesupport (= 8.0.0.1)
67+
actionview (8.0.1)
68+
activesupport (= 8.0.1)
6969
builder (~> 3.1)
7070
erubi (~> 1.11)
7171
rails-dom-testing (~> 2.2)
7272
rails-html-sanitizer (~> 1.6)
73-
activejob (8.0.0.1)
74-
activesupport (= 8.0.0.1)
73+
activejob (8.0.1)
74+
activesupport (= 8.0.1)
7575
globalid (>= 0.3.6)
76-
activemodel (8.0.0.1)
77-
activesupport (= 8.0.0.1)
78-
activerecord (8.0.0.1)
79-
activemodel (= 8.0.0.1)
80-
activesupport (= 8.0.0.1)
76+
activemodel (8.0.1)
77+
activesupport (= 8.0.1)
78+
activerecord (8.0.1)
79+
activemodel (= 8.0.1)
80+
activesupport (= 8.0.1)
8181
timeout (>= 0.4.0)
82-
activestorage (8.0.0.1)
83-
actionpack (= 8.0.0.1)
84-
activejob (= 8.0.0.1)
85-
activerecord (= 8.0.0.1)
86-
activesupport (= 8.0.0.1)
82+
activestorage (8.0.1)
83+
actionpack (= 8.0.1)
84+
activejob (= 8.0.1)
85+
activerecord (= 8.0.1)
86+
activesupport (= 8.0.1)
8787
marcel (~> 1.0)
88-
activesupport (8.0.0.1)
88+
activesupport (8.0.1)
8989
base64
9090
benchmark (>= 0.3)
9191
bigdecimal
@@ -178,7 +178,7 @@ GEM
178178
i18n (1.14.6)
179179
concurrent-ruby (~> 1.0)
180180
io-console (0.8.0)
181-
irb (1.14.1)
181+
irb (1.14.2)
182182
rdoc (>= 4.0.0)
183183
reline (>= 0.4.2)
184184
jb (0.8.2)
@@ -212,7 +212,7 @@ GEM
212212
msgpack (1.7.2)
213213
net-http (0.4.1)
214214
uri
215-
net-imap (0.5.0)
215+
net-imap (0.5.2)
216216
date
217217
net-protocol
218218
net-pop (0.1.2)
@@ -272,20 +272,20 @@ GEM
272272
rack (>= 1.3)
273273
rackup (2.2.1)
274274
rack (>= 3)
275-
rails (8.0.0.1)
276-
actioncable (= 8.0.0.1)
277-
actionmailbox (= 8.0.0.1)
278-
actionmailer (= 8.0.0.1)
279-
actionpack (= 8.0.0.1)
280-
actiontext (= 8.0.0.1)
281-
actionview (= 8.0.0.1)
282-
activejob (= 8.0.0.1)
283-
activemodel (= 8.0.0.1)
284-
activerecord (= 8.0.0.1)
285-
activestorage (= 8.0.0.1)
286-
activesupport (= 8.0.0.1)
275+
rails (8.0.1)
276+
actioncable (= 8.0.1)
277+
actionmailbox (= 8.0.1)
278+
actionmailer (= 8.0.1)
279+
actionpack (= 8.0.1)
280+
actiontext (= 8.0.1)
281+
actionview (= 8.0.1)
282+
activejob (= 8.0.1)
283+
activemodel (= 8.0.1)
284+
activerecord (= 8.0.1)
285+
activestorage (= 8.0.1)
286+
activesupport (= 8.0.1)
287287
bundler (>= 1.15.0)
288-
railties (= 8.0.0.1)
288+
railties (= 8.0.1)
289289
rails-controller-testing (1.0.5)
290290
actionpack (>= 5.0.1.rc1)
291291
actionview (>= 5.0.1.rc1)
@@ -297,9 +297,9 @@ GEM
297297
rails-html-sanitizer (1.6.2)
298298
loofah (~> 2.21)
299299
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)
300-
railties (8.0.0.1)
301-
actionpack (= 8.0.0.1)
302-
activesupport (= 8.0.0.1)
300+
railties (8.0.1)
301+
actionpack (= 8.0.1)
302+
activesupport (= 8.0.1)
303303
irb (~> 1.13)
304304
rackup (>= 1.0.0)
305305
rake (>= 12.2)
@@ -311,10 +311,10 @@ GEM
311311
actionpack
312312
activesupport
313313
railties
314-
rdoc (6.8.1)
314+
rdoc (6.9.1)
315315
psych (>= 4.0.0)
316316
regexp_parser (2.9.2)
317-
reline (0.5.12)
317+
reline (0.6.0)
318318
io-console (~> 0.5)
319319
retriable (3.1.2)
320320
rexml (3.3.9)
@@ -400,7 +400,7 @@ GEM
400400
thruster (0.1.9-aarch64-linux)
401401
thruster (0.1.9-arm64-darwin)
402402
thruster (0.1.9-x86_64-linux)
403-
timeout (0.4.2)
403+
timeout (0.4.3)
404404
tzinfo (2.0.6)
405405
concurrent-ruby (~> 1.0)
406406
unicode-display_width (2.5.0)
@@ -448,7 +448,7 @@ DEPENDENCIES
448448
pg
449449
puma
450450
rack-cors
451-
rails (~> 8.0.0)
451+
rails (~> 8.0.1)
452452
rails-controller-testing
453453
rambulance
454454
retriable

0 commit comments

Comments
 (0)