Skip to content

Commit fd4f9f8

Browse files
Bump activerecord from 8.0.2 to 8.0.2.1
Bumps [activerecord](https://github.com/rails/rails) from 8.0.2 to 8.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v8.0.2...v8.0.2.1) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.0.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa9ca82 commit fd4f9f8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (8.0.2)
12-
actionview (= 8.0.2)
13-
activesupport (= 8.0.2)
11+
actionpack (8.0.2.1)
12+
actionview (= 8.0.2.1)
13+
activesupport (= 8.0.2.1)
1414
nokogiri (>= 1.8.5)
1515
rack (>= 2.2.4)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
2020
useragent (~> 0.16)
21-
actionview (8.0.2)
22-
activesupport (= 8.0.2)
21+
actionview (8.0.2.1)
22+
activesupport (= 8.0.2.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (8.0.2)
28-
activesupport (= 8.0.2)
29-
activerecord (8.0.2)
30-
activemodel (= 8.0.2)
31-
activesupport (= 8.0.2)
27+
activemodel (8.0.2.1)
28+
activesupport (= 8.0.2.1)
29+
activerecord (8.0.2.1)
30+
activemodel (= 8.0.2.1)
31+
activesupport (= 8.0.2.1)
3232
timeout (>= 0.4.0)
33-
activesupport (8.0.2)
33+
activesupport (8.0.2.1)
3434
base64
3535
benchmark (>= 0.3)
3636
bigdecimal
@@ -136,9 +136,9 @@ GEM
136136
rails-html-sanitizer (1.6.2)
137137
loofah (~> 2.21)
138138
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)
139-
railties (8.0.2)
140-
actionpack (= 8.0.2)
141-
activesupport (= 8.0.2)
139+
railties (8.0.2.1)
140+
actionpack (= 8.0.2.1)
141+
activesupport (= 8.0.2.1)
142142
irb (~> 1.13)
143143
rackup (>= 1.0.0)
144144
rake (>= 12.2)

0 commit comments

Comments
 (0)