Skip to content

Commit 8d07cc5

Browse files
committed
actionview 4.2.11.1 non-vuln
1 parent 8e56387 commit 8d07cc5

File tree

2 files changed

+17
-89
lines changed

2 files changed

+17
-89
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 "rails", "5.2.2"
3+
gem "actionview", "4.2.11.1"
44

Gemfile.lock

Lines changed: 16 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,47 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (5.2.2)
5-
actionpack (= 5.2.2)
6-
nio4r (~> 2.0)
7-
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.2)
9-
actionpack (= 5.2.2)
10-
actionview (= 5.2.2)
11-
activejob (= 5.2.2)
12-
mail (~> 2.5, >= 2.5.4)
13-
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.2)
15-
actionview (= 5.2.2)
16-
activesupport (= 5.2.2)
17-
rack (~> 2.0)
18-
rack-test (>= 0.6.3)
19-
rails-dom-testing (~> 2.0)
20-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.2)
22-
activesupport (= 5.2.2)
4+
actionview (4.2.11.1)
5+
activesupport (= 4.2.11.1)
236
builder (~> 3.1)
24-
erubi (~> 1.4)
25-
rails-dom-testing (~> 2.0)
7+
erubis (~> 2.7.0)
8+
rails-dom-testing (~> 1.0, >= 1.0.5)
269
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.2)
28-
activesupport (= 5.2.2)
29-
globalid (>= 0.3.6)
30-
activemodel (5.2.2)
31-
activesupport (= 5.2.2)
32-
activerecord (5.2.2)
33-
activemodel (= 5.2.2)
34-
activesupport (= 5.2.2)
35-
arel (>= 9.0)
36-
activestorage (5.2.2)
37-
actionpack (= 5.2.2)
38-
activerecord (= 5.2.2)
39-
marcel (~> 0.3.1)
40-
activesupport (5.2.2)
41-
concurrent-ruby (~> 1.0, >= 1.0.2)
42-
i18n (>= 0.7, < 2)
10+
activesupport (4.2.11.1)
11+
i18n (~> 0.7)
4312
minitest (~> 5.1)
13+
thread_safe (~> 0.3, >= 0.3.4)
4414
tzinfo (~> 1.1)
45-
arel (9.0.0)
4615
builder (3.2.3)
4716
concurrent-ruby (1.1.5)
4817
crass (1.0.4)
49-
erubi (1.8.0)
50-
globalid (0.4.2)
51-
activesupport (>= 4.2.0)
52-
i18n (1.6.0)
18+
erubis (2.7.0)
19+
i18n (0.9.5)
5320
concurrent-ruby (~> 1.0)
5421
loofah (2.2.3)
5522
crass (~> 1.0.2)
5623
nokogiri (>= 1.5.9)
57-
mail (2.7.1)
58-
mini_mime (>= 0.1.1)
59-
marcel (0.3.3)
60-
mimemagic (~> 0.3.2)
61-
method_source (0.9.2)
62-
mimemagic (0.3.3)
63-
mini_mime (1.0.1)
6424
mini_portile2 (2.4.0)
6525
minitest (5.11.3)
66-
nio4r (2.3.1)
6726
nokogiri (1.10.1)
6827
mini_portile2 (~> 2.4.0)
69-
rack (2.0.6)
70-
rack-test (1.1.0)
71-
rack (>= 1.0, < 3)
72-
rails (5.2.2)
73-
actioncable (= 5.2.2)
74-
actionmailer (= 5.2.2)
75-
actionpack (= 5.2.2)
76-
actionview (= 5.2.2)
77-
activejob (= 5.2.2)
78-
activemodel (= 5.2.2)
79-
activerecord (= 5.2.2)
80-
activestorage (= 5.2.2)
81-
activesupport (= 5.2.2)
82-
bundler (>= 1.3.0)
83-
railties (= 5.2.2)
84-
sprockets-rails (>= 2.0.0)
85-
rails-dom-testing (2.0.3)
86-
activesupport (>= 4.2.0)
87-
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)
8834
rails-html-sanitizer (1.0.4)
8935
loofah (~> 2.2, >= 2.2.2)
90-
railties (5.2.2)
91-
actionpack (= 5.2.2)
92-
activesupport (= 5.2.2)
93-
method_source
94-
rake (>= 0.8.7)
95-
thor (>= 0.19.0, < 2.0)
96-
rake (12.3.2)
97-
sprockets (3.7.2)
98-
concurrent-ruby (~> 1.0)
99-
rack (> 1, < 3)
100-
sprockets-rails (3.2.1)
101-
actionpack (>= 4.0)
102-
activesupport (>= 4.0)
103-
sprockets (>= 3.0.0)
104-
thor (0.20.3)
10536
thread_safe (0.3.6)
10637
tzinfo (1.2.5)
10738
thread_safe (~> 0.1)
108-
websocket-driver (0.7.0)
109-
websocket-extensions (>= 0.1.0)
110-
websocket-extensions (0.1.3)
11139

11240
PLATFORMS
11341
ruby
11442

11543
DEPENDENCIES
116-
rails (= 5.2.2)
44+
actionview (= 4.2.11.1)
11745

11846
BUNDLED WITH
11947
1.16.2

0 commit comments

Comments
 (0)