Skip to content

Commit 670c128

Browse files
build(deps): bump actionview from 8.1.2.1 to 8.1.3 (#4965)
Bumps [actionview](https://github.com/rails/rails) from 8.1.2.1 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/actionview/CHANGELOG.md) - [Commits](rails/rails@v8.1.2.1...v8.1.3) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1306e1c commit 670c128

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
@@ -38,7 +38,7 @@ gem 'vmstat', '~> 2.3'
3838

3939
# Rails Components
4040
gem 'actionpack', '~> 8.1.2'
41-
gem 'actionview', '~> 8.1.1'
41+
gem 'actionview', '~> 8.1.3'
4242
gem 'activemodel', '~> 8.1.2'
4343
gem 'railties', '~> 8.1.1'
4444

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ GIT
3535
GEM
3636
remote: https://rubygems.org/
3737
specs:
38-
actionpack (8.1.2.1)
39-
actionview (= 8.1.2.1)
40-
activesupport (= 8.1.2.1)
38+
actionpack (8.1.3)
39+
actionview (= 8.1.3)
40+
activesupport (= 8.1.3)
4141
nokogiri (>= 1.8.5)
4242
rack (>= 2.2.4)
4343
rack-session (>= 1.0.1)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
4747
useragent (~> 0.16)
48-
actionview (8.1.2.1)
49-
activesupport (= 8.1.2.1)
48+
actionview (8.1.3)
49+
activesupport (= 8.1.3)
5050
builder (~> 3.1)
5151
erubi (~> 1.11)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
54-
activemodel (8.1.2.1)
55-
activesupport (= 8.1.2.1)
56-
activesupport (8.1.2.1)
54+
activemodel (8.1.3)
55+
activesupport (= 8.1.3)
56+
activesupport (8.1.3)
5757
base64
5858
bigdecimal
5959
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -266,7 +266,7 @@ GEM
266266
rdoc (>= 4.0.0)
267267
reline (>= 0.4.2)
268268
jaro_winkler (1.7.0)
269-
json (2.19.2)
269+
json (2.19.3)
270270
json-diff (0.4.1)
271271
json-schema (6.2.0)
272272
addressable (~> 2.8)
@@ -389,9 +389,9 @@ GEM
389389
rails-html-sanitizer (1.7.0)
390390
loofah (~> 2.25)
391391
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)
392-
railties (8.1.2.1)
393-
actionpack (= 8.1.2.1)
394-
activesupport (= 8.1.2.1)
392+
railties (8.1.3)
393+
actionpack (= 8.1.3)
394+
activesupport (= 8.1.3)
395395
irb (~> 1.13)
396396
rackup (>= 1.0.0)
397397
rake (>= 12.2)
@@ -609,7 +609,7 @@ PLATFORMS
609609

610610
DEPENDENCIES
611611
actionpack (~> 8.1.2)
612-
actionview (~> 8.1.1)
612+
actionview (~> 8.1.3)
613613
activemodel (~> 8.1.2)
614614
addressable
615615
azure-storage-blob!

0 commit comments

Comments
 (0)