Skip to content

Commit 1e0e267

Browse files
committed
actionview 4.2.11.1
1 parent f516b96 commit 1e0e267

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
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", "5.2.2.1"
3+
gem "actionview", "4.2.11.1"
44

Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionview (5.2.2.1)
5-
activesupport (= 5.2.2.1)
4+
actionview (4.2.11.1)
5+
activesupport (= 4.2.11.1)
66
builder (~> 3.1)
7-
erubi (~> 1.4)
8-
rails-dom-testing (~> 2.0)
7+
erubis (~> 2.7.0)
8+
rails-dom-testing (~> 1.0, >= 1.0.5)
99
rails-html-sanitizer (~> 1.0, >= 1.0.3)
10-
activesupport (5.2.2.1)
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12-
i18n (>= 0.7, < 2)
10+
activesupport (4.2.11.1)
11+
i18n (~> 0.7)
1312
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-
erubi (1.8.0)
19-
i18n (1.6.0)
18+
erubis (2.7.0)
19+
i18n (0.9.5)
2020
concurrent-ruby (~> 1.0)
2121
loofah (2.2.3)
2222
crass (~> 1.0.2)
@@ -25,9 +25,12 @@ GEM
2525
minitest (5.11.3)
2626
nokogiri (1.10.1)
2727
mini_portile2 (~> 2.4.0)
28-
rails-dom-testing (2.0.3)
29-
activesupport (>= 4.2.0)
30-
nokogiri (>= 1.6)
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)
3134
rails-html-sanitizer (1.0.4)
3235
loofah (~> 2.2, >= 2.2.2)
3336
thread_safe (0.3.6)
@@ -38,7 +41,7 @@ PLATFORMS
3841
ruby
3942

4043
DEPENDENCIES
41-
actionview (= 5.2.2.1)
44+
actionview (= 4.2.11.1)
4245

4346
BUNDLED WITH
4447
1.16.2

0 commit comments

Comments
 (0)