Skip to content

Commit 22e3e7b

Browse files
Bump actionpack from 7.1.4.1 to 7.1.5.1 in /gem (#457)
Bumps [actionpack](https://github.com/rails/rails) from 7.1.4.1 to 7.1.5.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@v7.1.4.1...v7.1.5.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 5788516 commit 22e3e7b

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

gem/Gemfile.lock

+21-15
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,38 @@ PATH
2828
GEM
2929
remote: https://rubygems.org/
3030
specs:
31-
actionpack (7.1.4.1)
32-
actionview (= 7.1.4.1)
33-
activesupport (= 7.1.4.1)
31+
actionpack (7.1.5.1)
32+
actionview (= 7.1.5.1)
33+
activesupport (= 7.1.5.1)
3434
nokogiri (>= 1.8.5)
3535
racc
3636
rack (>= 2.2.4)
3737
rack-session (>= 1.0.1)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
41-
actionview (7.1.4.1)
42-
activesupport (= 7.1.4.1)
41+
actionview (7.1.5.1)
42+
activesupport (= 7.1.5.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activesupport (7.1.4.1)
47+
activesupport (7.1.5.1)
4848
base64
49+
benchmark (>= 0.3)
4950
bigdecimal
5051
concurrent-ruby (~> 1.0, >= 1.0.2)
5152
connection_pool (>= 2.2.5)
5253
drb
5354
i18n (>= 1.6, < 2)
55+
logger (>= 1.4.2)
5456
minitest (>= 5.1)
5557
mutex_m
58+
securerandom (>= 0.3)
5659
tzinfo (~> 2.0)
5760
ast (2.4.2)
5861
base64 (0.2.0)
62+
benchmark (0.4.0)
5963
bigdecimal (3.1.8)
6064
builder (3.3.0)
6165
cgi (0.4.1)
@@ -89,7 +93,8 @@ GEM
8993
rdoc
9094
reline (>= 0.4.2)
9195
json (2.6.2)
92-
loofah (2.22.0)
96+
logger (1.6.2)
97+
loofah (2.23.1)
9398
crass (~> 1.0.2)
9499
nokogiri (>= 1.12.0)
95100
maxitest (4.4.0)
@@ -99,10 +104,10 @@ GEM
99104
css_press
100105
multi_js (0.1.0)
101106
uglifier (~> 2)
102-
mutex_m (0.2.0)
103-
nokogiri (1.16.7-x86_64-darwin)
107+
mutex_m (0.3.0)
108+
nokogiri (1.17.1-x86_64-darwin)
104109
racc (~> 1.4)
105-
nokogiri (1.16.7-x86_64-linux)
110+
nokogiri (1.17.1-x86_64-linux)
106111
racc (~> 1.4)
107112
parallel (1.22.1)
108113
parser (3.2.0.0)
@@ -132,12 +137,12 @@ GEM
132137
activesupport (>= 5.0.0)
133138
minitest
134139
nokogiri (>= 1.6)
135-
rails-html-sanitizer (1.6.0)
140+
rails-html-sanitizer (1.6.1)
136141
loofah (~> 2.21)
137-
nokogiri (~> 1.14)
138-
railties (7.1.4.1)
139-
actionpack (= 7.1.4.1)
140-
activesupport (= 7.1.4.1)
142+
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)
143+
railties (7.1.5.1)
144+
actionpack (= 7.1.5.1)
145+
activesupport (= 7.1.5.1)
141146
irb
142147
rackup (>= 1.0.0)
143148
rake (>= 12.2)
@@ -154,6 +159,7 @@ GEM
154159
rubocop-ast (1.24.1)
155160
parser (>= 3.1.1.0)
156161
ruby-progressbar (1.11.0)
162+
securerandom (0.3.2)
157163
stringio (3.1.0)
158164
syntax_tree (6.1.1)
159165
prettier_print (>= 1.2.0)

0 commit comments

Comments
 (0)