|
1 | 1 | GEM
|
2 | 2 | remote: http://rubygems.org/
|
3 | 3 | 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) |
23 | 6 | 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) |
26 | 9 | 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) |
43 | 12 | minitest (~> 5.1)
|
| 13 | + thread_safe (~> 0.3, >= 0.3.4) |
44 | 14 | tzinfo (~> 1.1)
|
45 |
| - arel (9.0.0) |
46 | 15 | builder (3.2.3)
|
47 | 16 | concurrent-ruby (1.1.5)
|
48 | 17 | 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) |
53 | 20 | concurrent-ruby (~> 1.0)
|
54 | 21 | loofah (2.2.3)
|
55 | 22 | crass (~> 1.0.2)
|
56 | 23 | 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) |
64 | 24 | mini_portile2 (2.4.0)
|
65 | 25 | minitest (5.11.3)
|
66 |
| - nio4r (2.3.1) |
67 | 26 | nokogiri (1.10.1)
|
68 | 27 | 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) |
88 | 34 | rails-html-sanitizer (1.0.4)
|
89 | 35 | 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) |
105 | 36 | thread_safe (0.3.6)
|
106 | 37 | tzinfo (1.2.5)
|
107 | 38 | thread_safe (~> 0.1)
|
108 |
| - websocket-driver (0.7.0) |
109 |
| - websocket-extensions (>= 0.1.0) |
110 |
| - websocket-extensions (0.1.3) |
111 | 39 |
|
112 | 40 | PLATFORMS
|
113 | 41 | ruby
|
114 | 42 |
|
115 | 43 | DEPENDENCIES
|
116 |
| - rails (= 5.2.2) |
| 44 | + actionview (= 4.2.11.1) |
117 | 45 |
|
118 | 46 | BUNDLED WITH
|
119 | 47 | 1.16.2
|
0 commit comments