Skip to content

Commit d431518

Browse files
authored
Merge pull request #632 from alphagov/upgrade-to-rails-8.1.2.1
update to rails 8.1.2.1 to resolve security vulnerabilities
2 parents e0c6258 + 16dc8eb commit d431518

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
RAILS_GEMS_VERSION = "8.1.2".freeze
4+
RAILS_GEMS_VERSION = "8.1.2.1".freeze
55
gem "actionpack", RAILS_GEMS_VERSION
66
gem "activemodel", RAILS_GEMS_VERSION
77
gem "activesupport", RAILS_GEMS_VERSION

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (8.1.2)
5-
actionview (= 8.1.2)
6-
activesupport (= 8.1.2)
4+
actionpack (8.1.2.1)
5+
actionview (= 8.1.2.1)
6+
activesupport (= 8.1.2.1)
77
nokogiri (>= 1.8.5)
88
rack (>= 2.2.4)
99
rack-session (>= 1.0.1)
1010
rack-test (>= 0.6.3)
1111
rails-dom-testing (~> 2.2)
1212
rails-html-sanitizer (~> 1.6)
1313
useragent (~> 0.16)
14-
actionview (8.1.2)
15-
activesupport (= 8.1.2)
14+
actionview (8.1.2.1)
15+
activesupport (= 8.1.2.1)
1616
builder (~> 3.1)
1717
erubi (~> 1.11)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
20-
activemodel (8.1.2)
21-
activesupport (= 8.1.2)
22-
activesupport (8.1.2)
20+
activemodel (8.1.2.1)
21+
activesupport (= 8.1.2.1)
22+
activesupport (8.1.2.1)
2323
base64
2424
bigdecimal
2525
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -434,9 +434,9 @@ GEM
434434
rails-html-sanitizer (1.7.0)
435435
loofah (~> 2.25)
436436
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)
437-
railties (8.1.2)
438-
actionpack (= 8.1.2)
439-
activesupport (= 8.1.2)
437+
railties (8.1.2.1)
438+
actionpack (= 8.1.2.1)
439+
activesupport (= 8.1.2.1)
440440
irb (~> 1.13)
441441
rackup (>= 1.0.0)
442442
rake (>= 12.2)
@@ -573,9 +573,9 @@ PLATFORMS
573573
x86_64-linux
574574

575575
DEPENDENCIES
576-
actionpack (= 8.1.2)
577-
activemodel (= 8.1.2)
578-
activesupport (= 8.1.2)
576+
actionpack (= 8.1.2.1)
577+
activemodel (= 8.1.2.1)
578+
activesupport (= 8.1.2.1)
579579
benchmark
580580
bootsnap
581581
brakeman
@@ -593,7 +593,7 @@ DEPENDENCIES
593593
loofah
594594
prometheus-client
595595
pry-byebug
596-
railties (= 8.1.2)
596+
railties (= 8.1.2.1)
597597
redis
598598
redlock
599599
rspec-rails

0 commit comments

Comments
 (0)