Skip to content

Commit 0ae4f73

Browse files
Update actionview requirement from ~> 7.2.3 to ~> 8.1.2
Updates the requirements on [actionview](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.2.3...v8.1.2.1) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.1.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee52052 commit 0ae4f73

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,33 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionview (7.2.3)
13-
activesupport (= 7.2.3)
12+
actionview (8.1.2.1)
13+
activesupport (= 8.1.2.1)
1414
builder (~> 3.1)
15-
cgi
1615
erubi (~> 1.11)
1716
rails-dom-testing (~> 2.2)
1817
rails-html-sanitizer (~> 1.6)
19-
activesupport (7.2.3)
18+
activesupport (8.1.2.1)
2019
base64
21-
benchmark (>= 0.3)
2220
bigdecimal
2321
concurrent-ruby (~> 1.0, >= 1.3.1)
2422
connection_pool (>= 2.2.5)
2523
drb
2624
i18n (>= 1.6, < 2)
25+
json
2726
logger (>= 1.4.2)
2827
minitest (>= 5.1)
2928
securerandom (>= 0.3)
3029
tzinfo (~> 2.0, >= 2.0.5)
30+
uri (>= 0.13.1)
3131
addressable (2.8.9)
3232
public_suffix (>= 2.0.2, < 8.0)
3333
ast (2.4.3)
3434
base64 (0.3.0)
35-
benchmark (0.5.0)
3635
bigdecimal (4.0.1)
3736
builder (3.3.0)
38-
cgi (0.5.0)
3937
concurrent-ruby (1.3.6)
40-
connection_pool (2.5.5)
38+
connection_pool (3.0.2)
4139
crass (1.0.6)
4240
drb (2.2.3)
4341
erubi (1.13.1)
@@ -50,21 +48,21 @@ GEM
5048
language_server-protocol (3.17.0.5)
5149
lint_roller (1.1.0)
5250
logger (1.7.0)
53-
loofah (2.24.1)
51+
loofah (2.25.1)
5452
crass (~> 1.0.2)
5553
nokogiri (>= 1.12.0)
5654
mcp (0.8.0)
5755
json-schema (>= 4.1)
5856
mini_portile2 (2.8.9)
5957
minitest (5.27.0)
60-
nokogiri (1.19.1)
58+
nokogiri (1.19.2)
6159
mini_portile2 (~> 2.8.2)
6260
racc (~> 1.4)
63-
nokogiri (1.19.1-arm64-darwin)
61+
nokogiri (1.19.2-arm64-darwin)
6462
racc (~> 1.4)
65-
nokogiri (1.19.1-x86_64-darwin)
63+
nokogiri (1.19.2-x86_64-darwin)
6664
racc (~> 1.4)
67-
nokogiri (1.19.1-x86_64-linux-gnu)
65+
nokogiri (1.19.2-x86_64-linux-gnu)
6866
racc (~> 1.4)
6967
parallel (1.27.0)
7068
parser (3.3.10.2)
@@ -78,8 +76,8 @@ GEM
7876
activesupport (>= 5.0.0)
7977
minitest
8078
nokogiri (>= 1.6)
81-
rails-html-sanitizer (1.6.2)
82-
loofah (~> 2.21)
79+
rails-html-sanitizer (1.7.0)
80+
loofah (~> 2.25)
8381
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)
8482
rainbow (3.1.1)
8583
rake (13.3.1)
@@ -116,6 +114,7 @@ GEM
116114
unicode-display_width (3.2.0)
117115
unicode-emoji (~> 4.1)
118116
unicode-emoji (4.2.0)
117+
uri (1.1.1)
119118

120119
PLATFORMS
121120
arm64-darwin-21
@@ -125,7 +124,7 @@ PLATFORMS
125124
x86_64-linux
126125

127126
DEPENDENCIES
128-
actionview (~> 7.2.3)
127+
actionview (~> 8.1.2)
129128
minitest
130129
rake
131130
rubocop-github!

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.add_dependency "rubocop-performance", ">= 1.24"
2525
s.add_dependency "rubocop-rails", ">= 2.23"
2626

27-
s.add_development_dependency "actionview", "~> 7.2.3"
27+
s.add_development_dependency "actionview", "~> 8.1.2"
2828
s.add_development_dependency "minitest"
2929
s.add_development_dependency "rake"
3030

0 commit comments

Comments
 (0)