Skip to content

Commit f516b96

Browse files
committed
5.2.2.1
1 parent 8d07cc5 commit f516b96

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source :rubygems
22

3-
gem "actionview", "4.2.11.1"
3+
gem "actionview", "5.2.2.1"
44

Gemfile.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionview (4.2.11.1)
5-
activesupport (= 4.2.11.1)
4+
actionview (5.2.2.1)
5+
activesupport (= 5.2.2.1)
66
builder (~> 3.1)
7-
erubis (~> 2.7.0)
8-
rails-dom-testing (~> 1.0, >= 1.0.5)
7+
erubi (~> 1.4)
8+
rails-dom-testing (~> 2.0)
99
rails-html-sanitizer (~> 1.0, >= 1.0.3)
10-
activesupport (4.2.11.1)
11-
i18n (~> 0.7)
10+
activesupport (5.2.2.1)
11+
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
i18n (>= 0.7, < 2)
1213
minitest (~> 5.1)
13-
thread_safe (~> 0.3, >= 0.3.4)
1414
tzinfo (~> 1.1)
1515
builder (3.2.3)
1616
concurrent-ruby (1.1.5)
1717
crass (1.0.4)
18-
erubis (2.7.0)
19-
i18n (0.9.5)
18+
erubi (1.8.0)
19+
i18n (1.6.0)
2020
concurrent-ruby (~> 1.0)
2121
loofah (2.2.3)
2222
crass (~> 1.0.2)
@@ -25,12 +25,9 @@ GEM
2525
minitest (5.11.3)
2626
nokogiri (1.10.1)
2727
mini_portile2 (~> 2.4.0)
28-
rails-deprecated_sanitizer (1.0.3)
29-
activesupport (>= 4.2.0.alpha)
30-
rails-dom-testing (1.0.9)
31-
activesupport (>= 4.2.0, < 5.0)
32-
nokogiri (~> 1.6)
33-
rails-deprecated_sanitizer (>= 1.0.1)
28+
rails-dom-testing (2.0.3)
29+
activesupport (>= 4.2.0)
30+
nokogiri (>= 1.6)
3431
rails-html-sanitizer (1.0.4)
3532
loofah (~> 2.2, >= 2.2.2)
3633
thread_safe (0.3.6)
@@ -41,7 +38,7 @@ PLATFORMS
4138
ruby
4239

4340
DEPENDENCIES
44-
actionview (= 4.2.11.1)
41+
actionview (= 5.2.2.1)
4542

4643
BUNDLED WITH
4744
1.16.2

0 commit comments

Comments
 (0)