Skip to content

Commit ccbe7a3

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] <support@github.com>
1 parent 87e7032 commit ccbe7a3

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

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.3)
13+
activesupport (= 8.1.3)
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.3)
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,21 +43,21 @@ 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 (6.0.2)
5351
drb (~> 2.0)
5452
prism (~> 1.5)
55-
nokogiri (1.19.1)
53+
nokogiri (1.19.2)
5654
mini_portile2 (~> 2.8.2)
5755
racc (~> 1.4)
58-
nokogiri (1.19.1-arm64-darwin)
56+
nokogiri (1.19.2-arm64-darwin)
5957
racc (~> 1.4)
60-
nokogiri (1.19.1-x86_64-darwin)
58+
nokogiri (1.19.2-x86_64-darwin)
6159
racc (~> 1.4)
62-
nokogiri (1.19.1-x86_64-linux-gnu)
60+
nokogiri (1.19.2-x86_64-linux-gnu)
6361
racc (~> 1.4)
6462
parallel (1.27.0)
6563
parser (3.3.10.2)
@@ -72,8 +70,8 @@ GEM
7270
activesupport (>= 5.0.0)
7371
minitest
7472
nokogiri (>= 1.6)
75-
rails-html-sanitizer (1.6.2)
76-
loofah (~> 2.21)
73+
rails-html-sanitizer (1.7.0)
74+
loofah (~> 2.25)
7775
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)
7876
rainbow (3.1.1)
7977
rake (13.3.1)
@@ -109,6 +107,7 @@ GEM
109107
unicode-display_width (3.2.0)
110108
unicode-emoji (~> 4.1)
111109
unicode-emoji (4.2.0)
110+
uri (1.1.1)
112111

113112
PLATFORMS
114113
arm64-darwin-21
@@ -118,7 +117,7 @@ PLATFORMS
118117
x86_64-linux
119118

120119
DEPENDENCIES
121-
actionview (~> 7.2.3)
120+
actionview (~> 8.1.3)
122121
minitest
123122
rake
124123
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.3"
2828
s.add_development_dependency "minitest"
2929
s.add_development_dependency "rake"
3030

0 commit comments

Comments
 (0)