Skip to content

Commit cb86425

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 852fca0 commit cb86425

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,33 +9,31 @@ 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
ast (2.4.3)
3232
base64 (0.3.0)
33-
benchmark (0.5.0)
3433
bigdecimal (4.0.1)
3534
builder (3.3.0)
36-
cgi (0.5.0)
3735
concurrent-ruby (1.3.6)
38-
connection_pool (2.5.5)
36+
connection_pool (3.0.2)
3937
crass (1.0.6)
4038
drb (2.2.3)
4139
erubi (1.13.1)
@@ -45,19 +43,19 @@ GEM
4543
language_server-protocol (3.17.0.5)
4644
lint_roller (1.1.0)
4745
logger (1.7.0)
48-
loofah (2.24.1)
46+
loofah (2.25.1)
4947
crass (~> 1.0.2)
5048
nokogiri (>= 1.12.0)
5149
mini_portile2 (2.8.9)
5250
minitest (5.27.0)
53-
nokogiri (1.19.1)
51+
nokogiri (1.19.2)
5452
mini_portile2 (~> 2.8.2)
5553
racc (~> 1.4)
56-
nokogiri (1.19.1-arm64-darwin)
54+
nokogiri (1.19.2-arm64-darwin)
5755
racc (~> 1.4)
58-
nokogiri (1.19.1-x86_64-darwin)
56+
nokogiri (1.19.2-x86_64-darwin)
5957
racc (~> 1.4)
60-
nokogiri (1.19.1-x86_64-linux-gnu)
58+
nokogiri (1.19.2-x86_64-linux-gnu)
6159
racc (~> 1.4)
6260
parallel (1.27.0)
6361
parser (3.3.10.2)
@@ -70,8 +68,8 @@ GEM
7068
activesupport (>= 5.0.0)
7169
minitest
7270
nokogiri (>= 1.6)
73-
rails-html-sanitizer (1.6.2)
74-
loofah (~> 2.21)
71+
rails-html-sanitizer (1.7.0)
72+
loofah (~> 2.25)
7573
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)
7674
rainbow (3.1.1)
7775
rake (13.3.1)
@@ -107,6 +105,7 @@ GEM
107105
unicode-display_width (3.2.0)
108106
unicode-emoji (~> 4.1)
109107
unicode-emoji (4.2.0)
108+
uri (1.1.1)
110109

111110
PLATFORMS
112111
arm64-darwin-21
@@ -116,7 +115,7 @@ PLATFORMS
116115
x86_64-linux
117116

118117
DEPENDENCIES
119-
actionview (~> 7.2.3)
118+
actionview (~> 8.1.2)
120119
minitest
121120
rake
122121
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)