Skip to content

Commit 1a32f40

Browse files
authored
Merge pull request #963 from alphagov/update-rails
Update to Rails 8.0.5
2 parents d8ee23b + 889a5ac commit 1a32f40

2 files changed

Lines changed: 68 additions & 68 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
ruby "~> #{File.read(File.join(__dir__, '.ruby-version')).strip}"
66

7-
gem "rails", "8.0.3"
7+
gem "rails", "8.0.5"
88

99
gem "anthropic"
1010
gem "aws-sdk-bedrock"

Gemfile.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -10,65 +10,65 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (8.0.3)
14-
actionpack (= 8.0.3)
15-
activesupport (= 8.0.3)
13+
actioncable (8.0.5)
14+
actionpack (= 8.0.5)
15+
activesupport (= 8.0.5)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (8.0.3)
20-
actionpack (= 8.0.3)
21-
activejob (= 8.0.3)
22-
activerecord (= 8.0.3)
23-
activestorage (= 8.0.3)
24-
activesupport (= 8.0.3)
19+
actionmailbox (8.0.5)
20+
actionpack (= 8.0.5)
21+
activejob (= 8.0.5)
22+
activerecord (= 8.0.5)
23+
activestorage (= 8.0.5)
24+
activesupport (= 8.0.5)
2525
mail (>= 2.8.0)
26-
actionmailer (8.0.3)
27-
actionpack (= 8.0.3)
28-
actionview (= 8.0.3)
29-
activejob (= 8.0.3)
30-
activesupport (= 8.0.3)
26+
actionmailer (8.0.5)
27+
actionpack (= 8.0.5)
28+
actionview (= 8.0.5)
29+
activejob (= 8.0.5)
30+
activesupport (= 8.0.5)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (8.0.3)
34-
actionview (= 8.0.3)
35-
activesupport (= 8.0.3)
33+
actionpack (8.0.5)
34+
actionview (= 8.0.5)
35+
activesupport (= 8.0.5)
3636
nokogiri (>= 1.8.5)
3737
rack (>= 2.2.4)
3838
rack-session (>= 1.0.1)
3939
rack-test (>= 0.6.3)
4040
rails-dom-testing (~> 2.2)
4141
rails-html-sanitizer (~> 1.6)
4242
useragent (~> 0.16)
43-
actiontext (8.0.3)
44-
actionpack (= 8.0.3)
45-
activerecord (= 8.0.3)
46-
activestorage (= 8.0.3)
47-
activesupport (= 8.0.3)
43+
actiontext (8.0.5)
44+
actionpack (= 8.0.5)
45+
activerecord (= 8.0.5)
46+
activestorage (= 8.0.5)
47+
activesupport (= 8.0.5)
4848
globalid (>= 0.6.0)
4949
nokogiri (>= 1.8.5)
50-
actionview (8.0.3)
51-
activesupport (= 8.0.3)
50+
actionview (8.0.5)
51+
activesupport (= 8.0.5)
5252
builder (~> 3.1)
5353
erubi (~> 1.11)
5454
rails-dom-testing (~> 2.2)
5555
rails-html-sanitizer (~> 1.6)
56-
activejob (8.0.3)
57-
activesupport (= 8.0.3)
56+
activejob (8.0.5)
57+
activesupport (= 8.0.5)
5858
globalid (>= 0.3.6)
59-
activemodel (8.0.3)
60-
activesupport (= 8.0.3)
61-
activerecord (8.0.3)
62-
activemodel (= 8.0.3)
63-
activesupport (= 8.0.3)
59+
activemodel (8.0.5)
60+
activesupport (= 8.0.5)
61+
activerecord (8.0.5)
62+
activemodel (= 8.0.5)
63+
activesupport (= 8.0.5)
6464
timeout (>= 0.4.0)
65-
activestorage (8.0.3)
66-
actionpack (= 8.0.3)
67-
activejob (= 8.0.3)
68-
activerecord (= 8.0.3)
69-
activesupport (= 8.0.3)
65+
activestorage (8.0.5)
66+
actionpack (= 8.0.5)
67+
activejob (= 8.0.5)
68+
activerecord (= 8.0.5)
69+
activesupport (= 8.0.5)
7070
marcel (~> 1.0)
71-
activesupport (8.0.3)
71+
activesupport (8.0.5)
7272
base64
7373
benchmark (>= 0.3)
7474
bigdecimal
@@ -671,30 +671,30 @@ GEM
671671
rack (>= 1.3)
672672
rackup (2.3.1)
673673
rack (>= 3)
674-
rails (8.0.3)
675-
actioncable (= 8.0.3)
676-
actionmailbox (= 8.0.3)
677-
actionmailer (= 8.0.3)
678-
actionpack (= 8.0.3)
679-
actiontext (= 8.0.3)
680-
actionview (= 8.0.3)
681-
activejob (= 8.0.3)
682-
activemodel (= 8.0.3)
683-
activerecord (= 8.0.3)
684-
activestorage (= 8.0.3)
685-
activesupport (= 8.0.3)
674+
rails (8.0.5)
675+
actioncable (= 8.0.5)
676+
actionmailbox (= 8.0.5)
677+
actionmailer (= 8.0.5)
678+
actionpack (= 8.0.5)
679+
actiontext (= 8.0.5)
680+
actionview (= 8.0.5)
681+
activejob (= 8.0.5)
682+
activemodel (= 8.0.5)
683+
activerecord (= 8.0.5)
684+
activestorage (= 8.0.5)
685+
activesupport (= 8.0.5)
686686
bundler (>= 1.15.0)
687-
railties (= 8.0.3)
687+
railties (= 8.0.5)
688688
rails-dom-testing (2.3.0)
689689
activesupport (>= 5.0.0)
690690
minitest
691691
nokogiri (>= 1.6)
692692
rails-html-sanitizer (1.7.0)
693693
loofah (~> 2.25)
694694
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)
695-
railties (8.0.3)
696-
actionpack (= 8.0.3)
697-
activesupport (= 8.0.3)
695+
railties (8.0.5)
696+
actionpack (= 8.0.5)
697+
activesupport (= 8.0.5)
698698
irb (~> 1.13)
699699
rackup (>= 1.0.0)
700700
rake (>= 12.2)
@@ -950,7 +950,7 @@ DEPENDENCIES
950950
pry-byebug
951951
pry-rails
952952
rack-attack
953-
rails (= 8.0.3)
953+
rails (= 8.0.5)
954954
rspec-rails
955955
rubocop-govuk
956956
ruby-openai
@@ -963,17 +963,17 @@ DEPENDENCIES
963963
webmock
964964

965965
CHECKSUMS
966-
actioncable (8.0.3) sha256=f8cad39cebefaa1c9d4904f3e843022f22ee7a9201b59db703bf3ef7f2877493
967-
actionmailbox (8.0.3) sha256=2a0444f8937c641db100128a1826554c5298ade65c62b623a1fcb34a1dc6bd2f
968-
actionmailer (8.0.3) sha256=6dc0c3701065a96f845a05a28e9d7a60055222cfc324cc6c3a281cec148cc723
969-
actionpack (8.0.3) sha256=d63c21cb109e0529d785ffdb657a092928890327c5c8ea2e46f63b6751be5ad3
970-
actiontext (8.0.3) sha256=1c46fdfa60ffa282bf29cccc0714071128826bef5740c4f2a88d375d206a9df4
971-
actionview (8.0.3) sha256=5171946ff07d1e95bf3d805ad9425a89040a013dea11bb1f4cf604f108b1ce66
972-
activejob (8.0.3) sha256=469eddb3822aff1c6a0df0bd3398f28bff8fcd1bd0e9d309e6b7ccbd0bdba1b6
973-
activemodel (8.0.3) sha256=406907245a1c6c04cdf2187cc4590fdc081d7a07392123d322125677022ea67c
974-
activerecord (8.0.3) sha256=9b95c63b2ae9ccb57bb15db730300fdd02af387e12474eb9002a668acab3cea8
975-
activestorage (8.0.3) sha256=4f4eadeb5d128a35ed21d960eeece027225b36d54542512c8a36ad5316988c5e
976-
activesupport (8.0.3) sha256=a711ce5e30660b23232f26a38699469f8d859d47aa1f722e183fda6d7cc17823
966+
actioncable (8.0.5) sha256=01a1d1a48b63b1a643fae6b7b4eb2859af55f507b335fca9ab869a5c6742bb8b
967+
actionmailbox (8.0.5) sha256=2651a87c0cc3dd1243a3afe64c052e71138f99006b3a5d3fa519198735500054
968+
actionmailer (8.0.5) sha256=7918fac842cfe985ed21692f3d212c914a0c816e30e6fa68633177bb22f38561
969+
actionpack (8.0.5) sha256=c9de868975dd124a0956499140bd5e63c367865deca01292df7c3195c8da4b35
970+
actiontext (8.0.5) sha256=12f3ce3d6326230728316ba14eeac27b2100d6e7d9bfcb4b01fb27b187a812e1
971+
actionview (8.0.5) sha256=6d0fa9e63df0cf2729b1f54d0988336c149eb2bbc6049f4c2834d7b62f351413
972+
activejob (8.0.5) sha256=2dabe5c3bfe284aba4687c52b930564335435dde3a60b047821f9d3bd0d2ea10
973+
activemodel (8.0.5) sha256=c796813d46dc1373f4c6c0ec91dfc520b53683ea773c3b3f9a12c4b3eb145bc2
974+
activerecord (8.0.5) sha256=89b261b6cd910c9431cf2475f3f6e5e2f5ce589805043a33ef2b004376a129e6
975+
activestorage (8.0.5) sha256=25898a3f8f8aced15ea6a8578cb56955acf3a96ad931e000b2e77e9c8db43df3
976+
activesupport (8.0.5) sha256=37f213ff6a37cf3fadfa1a28c1a9678e2cb73b59bb9ebd0eeeca653cccadcb23
977977
addressable (2.8.9) sha256=cc154fcbe689711808a43601dee7b980238ce54368d23e127421753e46895485
978978
amq-protocol (2.3.3) sha256=85b42738290913a35dcc487a2ca0dd260a4150b40ed1954c9c1932df466abc1f
979979
anthropic (1.25.0) sha256=263ec37d38e2de51e056eb1ce2e17f80fa6a329865432cc82e1efff25e71d17b
@@ -1207,10 +1207,10 @@ CHECKSUMS
12071207
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9
12081208
rack-test (2.2.0) sha256=005a36692c306ac0b4a9350355ee080fd09ddef1148a5f8b2ac636c720f5c463
12091209
rackup (2.3.1) sha256=6c79c26753778e90983761d677a48937ee3192b3ffef6bc963c0950f94688868
1210-
rails (8.0.3) sha256=5d83c0822d1aaea32a278a99b1afedd3f28e14cfff846e96987bb24ebcb3fd45
1210+
rails (8.0.5) sha256=4cb40f90948be292fa15cc7cb37757b97266585145c6e76957464b40edfd5be6
12111211
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
12121212
rails-html-sanitizer (1.7.0) sha256=28b145cceaf9cc214a9874feaa183c3acba036c9592b19886e0e45efc62b1e89
1213-
railties (8.0.3) sha256=ace31dcad7134299a64d6d96310d76d32868756e58e2983e25b121acd457f1d2
1213+
railties (8.0.5) sha256=ad98c6e9a096b7e8cf63c70872b60ec6c1d4152be2a4ffa63483ec02a837a9d5
12141214
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
12151215
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
12161216
rake-compiler-dock (1.11.0) sha256=eab51f2cd533eb35cea6b624a75281f047123e70a64c58b607471bb49428f8c2

0 commit comments

Comments
 (0)