Skip to content

Commit a3bee34

Browse files
authored
Merge pull request #623 from alphagov/dependabot/bundler/activerecord-8.0.2
2 parents b1469b1 + c5949e7 commit a3bee34

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,6 +1,6 @@
11
source "https://rubygems.org/"
22

3-
gem "activerecord", "8.0.1" # Ideally version should be synced with Transition
3+
gem "activerecord", "8.0.2" # Ideally version should be synced with Transition
44
gem "bootsnap", require: false
55
gem "erubis", "2.7.0"
66
gem "govuk_app_config", "~> 9.16.5"

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (8.0.1)
5-
actionview (= 8.0.1)
6-
activesupport (= 8.0.1)
4+
actionpack (8.0.2)
5+
actionview (= 8.0.2)
6+
activesupport (= 8.0.2)
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.0.1)
15-
activesupport (= 8.0.1)
14+
actionview (8.0.2)
15+
activesupport (= 8.0.2)
1616
builder (~> 3.1)
1717
erubi (~> 1.11)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
20-
activemodel (8.0.1)
21-
activesupport (= 8.0.1)
22-
activerecord (8.0.1)
23-
activemodel (= 8.0.1)
24-
activesupport (= 8.0.1)
20+
activemodel (8.0.2)
21+
activesupport (= 8.0.2)
22+
activerecord (8.0.2)
23+
activemodel (= 8.0.2)
24+
activesupport (= 8.0.2)
2525
timeout (>= 0.4.0)
26-
activesupport (8.0.1)
26+
activesupport (8.0.2)
2727
base64
2828
benchmark (>= 0.3)
2929
bigdecimal
@@ -367,9 +367,9 @@ GEM
367367
rails-html-sanitizer (1.6.2)
368368
loofah (~> 2.21)
369369
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)
370-
railties (8.0.1)
371-
actionpack (= 8.0.1)
372-
activesupport (= 8.0.1)
370+
railties (8.0.2)
371+
actionpack (= 8.0.2)
372+
activesupport (= 8.0.2)
373373
irb (~> 1.13)
374374
rackup (>= 1.0.0)
375375
rake (>= 12.2)
@@ -474,7 +474,7 @@ PLATFORMS
474474
x86_64-darwin-20
475475

476476
DEPENDENCIES
477-
activerecord (= 8.0.1)
477+
activerecord (= 8.0.2)
478478
bootsnap
479479
database_cleaner (= 2.1.0)
480480
erubis (= 2.7.0)

0 commit comments

Comments
 (0)