Skip to content

Commit 1f5d3b2

Browse files
Bump actionview from 7.1.4.1 to 7.1.5
Bumps [actionview](https://github.com/rails/rails) from 7.1.4.1 to 7.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.1.4.1...v7.1.5) --- updated-dependencies: - dependency-name: actionview dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52292d8 commit 1f5d3b2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,28 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionview (7.1.4.1)
13-
activesupport (= 7.1.4.1)
12+
actionview (7.1.5)
13+
activesupport (= 7.1.5)
1414
builder (~> 3.1)
1515
erubi (~> 1.11)
1616
rails-dom-testing (~> 2.2)
1717
rails-html-sanitizer (~> 1.6)
18-
activesupport (7.1.4.1)
18+
activesupport (7.1.5)
1919
base64
20+
benchmark (>= 0.3)
2021
bigdecimal
2122
concurrent-ruby (~> 1.0, >= 1.0.2)
2223
connection_pool (>= 2.2.5)
2324
drb
2425
i18n (>= 1.6, < 2)
26+
logger (>= 1.4.2)
2527
minitest (>= 5.1)
2628
mutex_m
29+
securerandom (>= 0.3)
2730
tzinfo (~> 2.0)
2831
ast (2.4.2)
2932
base64 (0.2.0)
33+
benchmark (0.3.0)
3034
bigdecimal (3.1.8)
3135
builder (3.3.0)
3236
concurrent-ruby (1.3.4)
@@ -38,7 +42,8 @@ GEM
3842
concurrent-ruby (~> 1.0)
3943
json (2.7.2)
4044
language_server-protocol (3.17.0.3)
41-
loofah (2.22.0)
45+
logger (1.6.1)
46+
loofah (2.23.1)
4247
crass (~> 1.0.2)
4348
nokogiri (>= 1.12.0)
4449
mini_portile2 (2.8.7)
@@ -90,6 +95,7 @@ GEM
9095
rubocop (>= 1.52.0, < 2.0)
9196
rubocop-ast (>= 1.31.1, < 2.0)
9297
ruby-progressbar (1.13.0)
98+
securerandom (0.3.1)
9399
tzinfo (2.0.6)
94100
concurrent-ruby (~> 1.0)
95101
unicode-display_width (2.6.0)

0 commit comments

Comments
 (0)