Skip to content

Commit 873eb5a

Browse files
Bump actionview from 5.1.7 to 6.1.3.1
Bumps [actionview](https://github.com/rails/rails) from 5.1.7 to 6.1.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v5.1.7...v6.1.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16af268 commit 873eb5a

1 file changed

Lines changed: 26 additions & 27 deletions

File tree

Gemfile.lock

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
active_model_serializers
66
axlsx
77
axlsx_rails
8-
friendly_id (~> 5.1.0)
8+
friendly_id (>= 5.1.0)
99
jquery-rails
1010
json_schemer
1111
kaminari
@@ -15,36 +15,35 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actionpack (5.1.7)
19-
actionview (= 5.1.7)
20-
activesupport (= 5.1.7)
21-
rack (~> 2.0)
18+
actionpack (6.1.3.1)
19+
actionview (= 6.1.3.1)
20+
activesupport (= 6.1.3.1)
21+
rack (~> 2.0, >= 2.0.9)
2222
rack-test (>= 0.6.3)
2323
rails-dom-testing (~> 2.0)
24-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
25-
actionview (5.1.7)
26-
activesupport (= 5.1.7)
24+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
25+
actionview (6.1.3.1)
26+
activesupport (= 6.1.3.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.4)
2929
rails-dom-testing (~> 2.0)
30-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
30+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
3131
active_model_serializers (0.10.12)
3232
actionpack (>= 4.1, < 6.2)
3333
activemodel (>= 4.1, < 6.2)
3434
case_transform (>= 0.2)
3535
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
36-
activemodel (5.1.7)
37-
activesupport (= 5.1.7)
38-
activerecord (5.1.7)
39-
activemodel (= 5.1.7)
40-
activesupport (= 5.1.7)
41-
arel (~> 8.0)
42-
activesupport (5.1.7)
36+
activemodel (6.1.3.1)
37+
activesupport (= 6.1.3.1)
38+
activerecord (6.1.3.1)
39+
activemodel (= 6.1.3.1)
40+
activesupport (= 6.1.3.1)
41+
activesupport (6.1.3.1)
4342
concurrent-ruby (~> 1.0, >= 1.0.2)
44-
i18n (>= 0.7, < 2)
45-
minitest (~> 5.1)
46-
tzinfo (~> 1.1)
47-
arel (8.0.0)
43+
i18n (>= 1.6, < 2)
44+
minitest (>= 5.1)
45+
tzinfo (~> 2.0)
46+
zeitwerk (~> 2.3)
4847
axlsx (1.3.6)
4948
htmlentities (~> 4.3.1)
5049
nokogiri (>= 1.4.1)
@@ -139,12 +138,12 @@ GEM
139138
nokogiri (>= 1.6)
140139
rails-html-sanitizer (1.3.0)
141140
loofah (~> 2.3)
142-
railties (5.1.7)
143-
actionpack (= 5.1.7)
144-
activesupport (= 5.1.7)
141+
railties (6.1.3.1)
142+
actionpack (= 6.1.3.1)
143+
activesupport (= 6.1.3.1)
145144
method_source
146145
rake (>= 0.8.7)
147-
thor (>= 0.18.1, < 2.0)
146+
thor (~> 1.0)
148147
rake (13.0.3)
149148
regexp_parser (2.1.1)
150149
roo (2.8.3)
@@ -172,11 +171,11 @@ GEM
172171
activesupport (>= 4.2.0)
173172
temple (0.8.2)
174173
thor (1.1.0)
175-
thread_safe (0.3.6)
176174
tilt (2.0.10)
177-
tzinfo (1.2.9)
178-
thread_safe (~> 0.1)
175+
tzinfo (2.0.4)
176+
concurrent-ruby (~> 1.0)
179177
uri_template (0.7.0)
178+
zeitwerk (2.4.2)
180179
zip-zip (0.3)
181180
rubyzip (>= 1.0.0)
182181

0 commit comments

Comments
 (0)