Skip to content

Commit 6cc637b

Browse files
Bump actionview from 7.0.8 to 7.1.2
Bumps [actionview](https://github.com/rails/rails) from 7.0.8 to 7.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.2/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.0.8...v7.1.2) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fef8d9f commit 6cc637b

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,42 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionview (7.0.8)
11-
activesupport (= 7.0.8)
10+
actionview (7.1.2)
11+
activesupport (= 7.1.2)
1212
builder (~> 3.1)
13-
erubi (~> 1.4)
14-
rails-dom-testing (~> 2.0)
15-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
16-
activesupport (7.0.8)
13+
erubi (~> 1.11)
14+
rails-dom-testing (~> 2.2)
15+
rails-html-sanitizer (~> 1.6)
16+
activesupport (7.1.2)
17+
base64
18+
bigdecimal
1719
concurrent-ruby (~> 1.0, >= 1.0.2)
20+
connection_pool (>= 2.2.5)
21+
drb
1822
i18n (>= 1.6, < 2)
1923
minitest (>= 5.1)
24+
mutex_m
2025
tzinfo (~> 2.0)
2126
ast (2.4.2)
2227
base64 (0.1.1)
28+
bigdecimal (3.1.4)
2329
builder (3.2.4)
2430
concurrent-ruby (1.2.2)
31+
connection_pool (2.4.1)
2532
crass (1.0.6)
2633
diff-lcs (1.5.0)
34+
drb (2.2.0)
35+
ruby2_keywords
2736
erubi (1.12.0)
2837
i18n (1.14.1)
2938
concurrent-ruby (~> 1.0)
3039
json (2.6.3)
3140
language_server-protocol (3.17.0.3)
32-
loofah (2.21.3)
41+
loofah (2.21.4)
3342
crass (~> 1.0.2)
3443
nokogiri (>= 1.12.0)
3544
minitest (5.20.0)
45+
mutex_m (0.2.0)
3646
nokogiri (1.15.4-arm64-darwin)
3747
racc (~> 1.4)
3848
nokogiri (1.15.4-x86_64-darwin)
@@ -43,7 +53,7 @@ GEM
4353
parser (3.2.2.4)
4454
ast (~> 2.4.1)
4555
racc
46-
racc (1.7.1)
56+
racc (1.7.3)
4757
rack (3.0.8)
4858
rails-dom-testing (2.2.0)
4959
activesupport (>= 5.0.0)
@@ -95,6 +105,7 @@ GEM
95105
rack (>= 1.1)
96106
rubocop (>= 1.33.0, < 2.0)
97107
ruby-progressbar (1.13.0)
108+
ruby2_keywords (0.0.5)
98109
tzinfo (2.0.6)
99110
concurrent-ruby (~> 1.0)
100111
unicode-display_width (2.5.0)

0 commit comments

Comments
 (0)