Skip to content

Commit 5f0cc8d

Browse files
build(deps): bump actionview from 8.1.0 to 8.1.1 (#4625)
Bumps [actionview](https://github.com/rails/rails) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a493c9 commit 5f0cc8d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem 'vmstat', '~> 2.3'
4646

4747
# Rails Components
4848
gem 'actionpack', '~> 8.1.0'
49-
gem 'actionview', '~> 8.1.0'
49+
gem 'actionview', '~> 8.1.1'
5050
gem 'activemodel', '~> 8.1.0'
5151
gem 'railties', '~> 8.1.0'
5252

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (8.1.0)
46-
actionview (= 8.1.0)
47-
activesupport (= 8.1.0)
45+
actionpack (8.1.1)
46+
actionview (= 8.1.1)
47+
activesupport (= 8.1.1)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actionview (8.1.0)
56-
activesupport (= 8.1.0)
55+
actionview (8.1.1)
56+
activesupport (= 8.1.1)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.1.0)
62-
activesupport (= 8.1.0)
63-
activesupport (8.1.0)
61+
activemodel (8.1.1)
62+
activesupport (= 8.1.1)
63+
activesupport (8.1.1)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -282,7 +282,7 @@ GEM
282282
rdoc (>= 4.0.0)
283283
reline (>= 0.4.2)
284284
jaro_winkler (1.6.1)
285-
json (2.15.1)
285+
json (2.15.2)
286286
json-diff (0.4.1)
287287
json-schema (6.0.0)
288288
addressable (~> 2.8)
@@ -409,9 +409,9 @@ GEM
409409
rails-html-sanitizer (1.6.2)
410410
loofah (~> 2.21)
411411
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)
412-
railties (8.1.0)
413-
actionpack (= 8.1.0)
414-
activesupport (= 8.1.0)
412+
railties (8.1.1)
413+
actionpack (= 8.1.1)
414+
activesupport (= 8.1.1)
415415
irb (~> 1.13)
416416
rackup (>= 1.0.0)
417417
rake (>= 12.2)
@@ -632,7 +632,7 @@ PLATFORMS
632632

633633
DEPENDENCIES
634634
actionpack (~> 8.1.0)
635-
actionview (~> 8.1.0)
635+
actionview (~> 8.1.1)
636636
activemodel (~> 8.1.0)
637637
addressable
638638
allowy (>= 2.1.0)

0 commit comments

Comments
 (0)