|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - valid_url (0.0.3) |
| 4 | + valid_url (0.0.4) |
5 | 5 | addressable
|
6 | 6 | rails
|
7 | 7 |
|
8 | 8 | GEM
|
9 | 9 | remote: https://rubygems.org/
|
10 | 10 | specs:
|
11 |
| - actionmailer (4.1.8) |
12 |
| - actionpack (= 4.1.8) |
13 |
| - actionview (= 4.1.8) |
| 11 | + actionmailer (4.2.1) |
| 12 | + actionpack (= 4.2.1) |
| 13 | + actionview (= 4.2.1) |
| 14 | + activejob (= 4.2.1) |
14 | 15 | mail (~> 2.5, >= 2.5.4)
|
15 |
| - actionpack (4.1.8) |
16 |
| - actionview (= 4.1.8) |
17 |
| - activesupport (= 4.1.8) |
18 |
| - rack (~> 1.5.2) |
| 16 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 17 | + actionpack (4.2.1) |
| 18 | + actionview (= 4.2.1) |
| 19 | + activesupport (= 4.2.1) |
| 20 | + rack (~> 1.6) |
19 | 21 | rack-test (~> 0.6.2)
|
20 |
| - actionview (4.1.8) |
21 |
| - activesupport (= 4.1.8) |
| 22 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 23 | + rails-html-sanitizer (~> 1.0, >= 1.0.1) |
| 24 | + actionview (4.2.1) |
| 25 | + activesupport (= 4.2.1) |
22 | 26 | builder (~> 3.1)
|
23 | 27 | erubis (~> 2.7.0)
|
24 |
| - activemodel (4.1.8) |
25 |
| - activesupport (= 4.1.8) |
| 28 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 29 | + rails-html-sanitizer (~> 1.0, >= 1.0.1) |
| 30 | + activejob (4.2.1) |
| 31 | + activesupport (= 4.2.1) |
| 32 | + globalid (>= 0.3.0) |
| 33 | + activemodel (4.2.1) |
| 34 | + activesupport (= 4.2.1) |
26 | 35 | builder (~> 3.1)
|
27 |
| - activerecord (4.1.8) |
28 |
| - activemodel (= 4.1.8) |
29 |
| - activesupport (= 4.1.8) |
30 |
| - arel (~> 5.0.0) |
31 |
| - activesupport (4.1.8) |
32 |
| - i18n (~> 0.6, >= 0.6.9) |
| 36 | + activerecord (4.2.1) |
| 37 | + activemodel (= 4.2.1) |
| 38 | + activesupport (= 4.2.1) |
| 39 | + arel (~> 6.0) |
| 40 | + activesupport (4.2.1) |
| 41 | + i18n (~> 0.7) |
33 | 42 | json (~> 1.7, >= 1.7.7)
|
34 | 43 | minitest (~> 5.1)
|
35 |
| - thread_safe (~> 0.1) |
| 44 | + thread_safe (~> 0.3, >= 0.3.4) |
36 | 45 | tzinfo (~> 1.1)
|
37 |
| - addressable (2.3.6) |
38 |
| - arel (5.0.1.20140414130214) |
| 46 | + addressable (2.3.8) |
| 47 | + arel (6.0.0) |
39 | 48 | builder (3.2.2)
|
40 | 49 | diff-lcs (1.2.5)
|
41 | 50 | erubis (2.7.0)
|
| 51 | + globalid (0.3.3) |
| 52 | + activesupport (>= 4.1.0) |
42 | 53 | hike (1.2.3)
|
43 |
| - i18n (0.6.11) |
44 |
| - json (1.8.1) |
| 54 | + i18n (0.7.0) |
| 55 | + json (1.8.2) |
| 56 | + loofah (2.0.1) |
| 57 | + nokogiri (>= 1.5.9) |
45 | 58 | mail (2.6.3)
|
46 | 59 | mime-types (>= 1.16, < 3)
|
47 | 60 | mime-types (2.4.3)
|
48 |
| - minitest (5.4.3) |
49 |
| - multi_json (1.10.1) |
50 |
| - rack (1.5.2) |
51 |
| - rack-test (0.6.2) |
| 61 | + mini_portile (0.6.2) |
| 62 | + minitest (5.5.1) |
| 63 | + multi_json (1.11.0) |
| 64 | + nokogiri (1.6.6.2) |
| 65 | + mini_portile (~> 0.6.0) |
| 66 | + rack (1.6.0) |
| 67 | + rack-test (0.6.3) |
52 | 68 | rack (>= 1.0)
|
53 |
| - rails (4.1.8) |
54 |
| - actionmailer (= 4.1.8) |
55 |
| - actionpack (= 4.1.8) |
56 |
| - actionview (= 4.1.8) |
57 |
| - activemodel (= 4.1.8) |
58 |
| - activerecord (= 4.1.8) |
59 |
| - activesupport (= 4.1.8) |
| 69 | + rails (4.2.1) |
| 70 | + actionmailer (= 4.2.1) |
| 71 | + actionpack (= 4.2.1) |
| 72 | + actionview (= 4.2.1) |
| 73 | + activejob (= 4.2.1) |
| 74 | + activemodel (= 4.2.1) |
| 75 | + activerecord (= 4.2.1) |
| 76 | + activesupport (= 4.2.1) |
60 | 77 | bundler (>= 1.3.0, < 2.0)
|
61 |
| - railties (= 4.1.8) |
62 |
| - sprockets-rails (~> 2.0) |
63 |
| - railties (4.1.8) |
64 |
| - actionpack (= 4.1.8) |
65 |
| - activesupport (= 4.1.8) |
| 78 | + railties (= 4.2.1) |
| 79 | + sprockets-rails |
| 80 | + rails-deprecated_sanitizer (1.0.3) |
| 81 | + activesupport (>= 4.2.0.alpha) |
| 82 | + rails-dom-testing (1.0.6) |
| 83 | + activesupport (>= 4.2.0.beta, < 5.0) |
| 84 | + nokogiri (~> 1.6.0) |
| 85 | + rails-deprecated_sanitizer (>= 1.0.1) |
| 86 | + rails-html-sanitizer (1.0.2) |
| 87 | + loofah (~> 2.0) |
| 88 | + railties (4.2.1) |
| 89 | + actionpack (= 4.2.1) |
| 90 | + activesupport (= 4.2.1) |
66 | 91 | rake (>= 0.8.7)
|
67 | 92 | thor (>= 0.18.1, < 2.0)
|
68 |
| - rake (10.3.2) |
| 93 | + rake (10.4.2) |
69 | 94 | rspec (3.1.0)
|
70 | 95 | rspec-core (~> 3.1.0)
|
71 | 96 | rspec-expectations (~> 3.1.0)
|
|
83 | 108 | multi_json (~> 1.0)
|
84 | 109 | rack (~> 1.0)
|
85 | 110 | tilt (~> 1.1, != 1.3.0)
|
86 |
| - sprockets-rails (2.2.0) |
| 111 | + sprockets-rails (2.2.4) |
87 | 112 | actionpack (>= 3.0)
|
88 | 113 | activesupport (>= 3.0)
|
89 | 114 | sprockets (>= 2.8, < 4.0)
|
90 | 115 | thor (0.19.1)
|
91 |
| - thread_safe (0.3.4) |
| 116 | + thread_safe (0.3.5) |
92 | 117 | tilt (1.4.1)
|
93 | 118 | tzinfo (1.2.2)
|
94 | 119 | thread_safe (~> 0.1)
|
|
0 commit comments