Skip to content

Commit 543057a

Browse files
Bump actionpack from 8.0.0 to 8.0.0.1 (#131)
Bumps [actionpack](https://github.com/rails/rails) from 8.0.0 to 8.0.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.0.0...v8.0.0.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f921b9 commit 543057a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (8.0.0)
11-
actionview (= 8.0.0)
12-
activesupport (= 8.0.0)
10+
actionpack (8.0.0.1)
11+
actionview (= 8.0.0.1)
12+
activesupport (= 8.0.0.1)
1313
nokogiri (>= 1.8.5)
1414
rack (>= 2.2.4)
1515
rack-session (>= 1.0.1)
1616
rack-test (>= 0.6.3)
1717
rails-dom-testing (~> 2.2)
1818
rails-html-sanitizer (~> 1.6)
1919
useragent (~> 0.16)
20-
actionview (8.0.0)
21-
activesupport (= 8.0.0)
20+
actionview (8.0.0.1)
21+
activesupport (= 8.0.0.1)
2222
builder (~> 3.1)
2323
erubi (~> 1.11)
2424
rails-dom-testing (~> 2.2)
2525
rails-html-sanitizer (~> 1.6)
26-
activesupport (8.0.0)
26+
activesupport (8.0.0.1)
2727
base64
2828
benchmark (>= 0.3)
2929
bigdecimal
@@ -39,31 +39,31 @@ GEM
3939
ansi (1.5.0)
4040
base64 (0.2.0)
4141
benchmark (0.4.0)
42-
bigdecimal (3.1.8)
42+
bigdecimal (3.1.9)
4343
builder (3.3.0)
4444
concurrent-ruby (1.3.4)
4545
connection_pool (2.4.1)
4646
crass (1.0.6)
4747
drb (2.2.1)
48-
erubi (1.13.0)
48+
erubi (1.13.1)
4949
i18n (1.14.6)
5050
concurrent-ruby (~> 1.0)
5151
io-console (0.7.2)
5252
irb (1.14.1)
5353
rdoc (>= 4.0.0)
5454
reline (>= 0.4.2)
55-
logger (1.6.1)
56-
loofah (2.23.1)
55+
logger (1.6.4)
56+
loofah (2.24.0)
5757
crass (~> 1.0.2)
5858
nokogiri (>= 1.12.0)
59-
mini_portile2 (2.8.7)
59+
mini_portile2 (2.8.8)
6060
minitest (5.25.2)
6161
minitest-reporters (1.7.1)
6262
ansi
6363
builder
6464
minitest (>= 5.0)
6565
ruby-progressbar
66-
nokogiri (1.16.7)
66+
nokogiri (1.18.1)
6767
mini_portile2 (~> 2.8.2)
6868
racc (~> 1.4)
6969
psych (5.2.0)
@@ -72,20 +72,20 @@ GEM
7272
rack (3.1.8)
7373
rack-session (2.0.0)
7474
rack (>= 3.0.0)
75-
rack-test (2.1.0)
75+
rack-test (2.2.0)
7676
rack (>= 1.3)
7777
rackup (2.2.0)
7878
rack (>= 3)
7979
rails-dom-testing (2.2.0)
8080
activesupport (>= 5.0.0)
8181
minitest
8282
nokogiri (>= 1.6)
83-
rails-html-sanitizer (1.6.0)
83+
rails-html-sanitizer (1.6.2)
8484
loofah (~> 2.21)
85-
nokogiri (~> 1.14)
86-
railties (8.0.0)
87-
actionpack (= 8.0.0)
88-
activesupport (= 8.0.0)
85+
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)
86+
railties (8.0.0.1)
87+
actionpack (= 8.0.0.1)
88+
activesupport (= 8.0.0.1)
8989
irb (~> 1.13)
9090
rackup (>= 1.0.0)
9191
rake (>= 12.2)
@@ -97,13 +97,13 @@ GEM
9797
reline (0.5.11)
9898
io-console (~> 0.5)
9999
ruby-progressbar (1.13.0)
100-
securerandom (0.3.1)
100+
securerandom (0.4.1)
101101
stringio (3.1.2)
102102
thor (1.3.2)
103103
tzinfo (2.0.6)
104104
concurrent-ruby (~> 1.0)
105-
uri (1.0.1)
106-
useragent (0.16.10)
105+
uri (1.0.2)
106+
useragent (0.16.11)
107107
zeitwerk (2.7.1)
108108

109109
PLATFORMS

0 commit comments

Comments
 (0)