|
2 | 2 | remote: . |
3 | 3 | specs: |
4 | 4 | obfuscate_id (0.0.4) |
5 | | - activeresource (~> 4.0.0) |
6 | | - rails (~> 4.1.8) |
| 5 | + rails (~> 4.2.0) |
7 | 6 | scatter_swap (~> 0.0.3) |
8 | 7 |
|
9 | 8 | GEM |
10 | 9 | remote: http://rubygems.org/ |
11 | 10 | specs: |
12 | | - actionmailer (4.1.8) |
13 | | - actionpack (= 4.1.8) |
14 | | - actionview (= 4.1.8) |
| 11 | + actionmailer (4.2.0) |
| 12 | + actionpack (= 4.2.0) |
| 13 | + actionview (= 4.2.0) |
| 14 | + activejob (= 4.2.0) |
15 | 15 | mail (~> 2.5, >= 2.5.4) |
16 | | - actionpack (4.1.8) |
17 | | - actionview (= 4.1.8) |
18 | | - activesupport (= 4.1.8) |
19 | | - rack (~> 1.5.2) |
| 16 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 17 | + actionpack (4.2.0) |
| 18 | + actionview (= 4.2.0) |
| 19 | + activesupport (= 4.2.0) |
| 20 | + rack (~> 1.6.0) |
20 | 21 | rack-test (~> 0.6.2) |
21 | | - actionview (4.1.8) |
22 | | - 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.0) |
| 25 | + activesupport (= 4.2.0) |
23 | 26 | builder (~> 3.1) |
24 | 27 | erubis (~> 2.7.0) |
25 | | - activemodel (4.1.8) |
26 | | - 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.0) |
| 31 | + activesupport (= 4.2.0) |
| 32 | + globalid (>= 0.3.0) |
| 33 | + activemodel (4.2.0) |
| 34 | + activesupport (= 4.2.0) |
27 | 35 | builder (~> 3.1) |
28 | | - activerecord (4.1.8) |
29 | | - activemodel (= 4.1.8) |
30 | | - activesupport (= 4.1.8) |
31 | | - arel (~> 5.0.0) |
32 | | - activeresource (4.0.0) |
33 | | - activemodel (~> 4.0) |
34 | | - activesupport (~> 4.0) |
35 | | - rails-observers (~> 0.1.1) |
36 | | - activesupport (4.1.8) |
37 | | - i18n (~> 0.6, >= 0.6.9) |
| 36 | + activerecord (4.2.0) |
| 37 | + activemodel (= 4.2.0) |
| 38 | + activesupport (= 4.2.0) |
| 39 | + arel (~> 6.0) |
| 40 | + activesupport (4.2.0) |
| 41 | + i18n (~> 0.7) |
38 | 42 | json (~> 1.7, >= 1.7.7) |
39 | 43 | minitest (~> 5.1) |
40 | | - thread_safe (~> 0.1) |
| 44 | + thread_safe (~> 0.3, >= 0.3.4) |
41 | 45 | tzinfo (~> 1.1) |
42 | 46 | addressable (2.3.6) |
43 | | - arel (5.0.1.20140414130214) |
| 47 | + arel (6.0.0) |
44 | 48 | builder (3.2.2) |
45 | 49 | capybara (2.4.4) |
46 | 50 | mime-types (>= 1.16) |
|
57 | 61 | erubis (2.7.0) |
58 | 62 | ffi (1.9.6) |
59 | 63 | formatador (0.2.5) |
| 64 | + globalid (0.3.2) |
| 65 | + activesupport (>= 4.1.0) |
60 | 66 | guard (2.10.2) |
61 | 67 | formatador (>= 0.2.4) |
62 | 68 | listen (~> 2.7) |
|
75 | 81 | spork (>= 0.8.4) |
76 | 82 | hike (1.2.3) |
77 | 83 | hitimes (1.2.2) |
78 | | - i18n (0.6.11) |
79 | | - json (1.8.1) |
| 84 | + i18n (0.7.0) |
| 85 | + json (1.8.2) |
80 | 86 | launchy (2.4.3) |
81 | 87 | addressable (~> 2.3) |
82 | 88 | listen (2.8.3) |
83 | 89 | celluloid (>= 0.15.2) |
84 | 90 | rb-fsevent (>= 0.9.3) |
85 | 91 | rb-inotify (>= 0.9) |
| 92 | + loofah (2.0.1) |
| 93 | + nokogiri (>= 1.5.9) |
86 | 94 | lumberjack (1.0.9) |
87 | 95 | mail (2.6.3) |
88 | 96 | mime-types (>= 1.16, < 3) |
89 | 97 | method_source (0.8.2) |
90 | 98 | mime-types (2.4.3) |
91 | 99 | mini_portile (0.6.1) |
92 | | - minitest (5.5.0) |
| 100 | + minitest (5.5.1) |
93 | 101 | multi_json (1.10.1) |
94 | 102 | nokogiri (1.6.5) |
95 | 103 | mini_portile (~> 0.6.0) |
96 | 104 | pry (0.10.1) |
97 | 105 | coderay (~> 1.1.0) |
98 | 106 | method_source (~> 0.8.1) |
99 | 107 | slop (~> 3.4) |
100 | | - rack (1.5.2) |
101 | | - rack-test (0.6.2) |
| 108 | + rack (1.6.0) |
| 109 | + rack-test (0.6.3) |
102 | 110 | rack (>= 1.0) |
103 | | - rails (4.1.8) |
104 | | - actionmailer (= 4.1.8) |
105 | | - actionpack (= 4.1.8) |
106 | | - actionview (= 4.1.8) |
107 | | - activemodel (= 4.1.8) |
108 | | - activerecord (= 4.1.8) |
109 | | - activesupport (= 4.1.8) |
| 111 | + rails (4.2.0) |
| 112 | + actionmailer (= 4.2.0) |
| 113 | + actionpack (= 4.2.0) |
| 114 | + actionview (= 4.2.0) |
| 115 | + activejob (= 4.2.0) |
| 116 | + activemodel (= 4.2.0) |
| 117 | + activerecord (= 4.2.0) |
| 118 | + activesupport (= 4.2.0) |
110 | 119 | bundler (>= 1.3.0, < 2.0) |
111 | | - railties (= 4.1.8) |
112 | | - sprockets-rails (~> 2.0) |
113 | | - rails-observers (0.1.2) |
114 | | - activemodel (~> 4.0) |
115 | | - railties (4.1.8) |
116 | | - actionpack (= 4.1.8) |
117 | | - activesupport (= 4.1.8) |
| 120 | + railties (= 4.2.0) |
| 121 | + sprockets-rails |
| 122 | + rails-deprecated_sanitizer (1.0.3) |
| 123 | + activesupport (>= 4.2.0.alpha) |
| 124 | + rails-dom-testing (1.0.5) |
| 125 | + activesupport (>= 4.2.0.beta, < 5.0) |
| 126 | + nokogiri (~> 1.6.0) |
| 127 | + rails-deprecated_sanitizer (>= 1.0.1) |
| 128 | + rails-html-sanitizer (1.0.1) |
| 129 | + loofah (~> 2.0) |
| 130 | + railties (4.2.0) |
| 131 | + actionpack (= 4.2.0) |
| 132 | + activesupport (= 4.2.0) |
118 | 133 | rake (>= 0.8.7) |
119 | 134 | thor (>= 0.18.1, < 2.0) |
120 | 135 | rake (10.4.2) |
|
149 | 164 | multi_json (~> 1.0) |
150 | 165 | rack (~> 1.0) |
151 | 166 | tilt (~> 1.1, != 1.3.0) |
152 | | - sprockets-rails (2.2.2) |
| 167 | + sprockets-rails (2.2.4) |
153 | 168 | actionpack (>= 3.0) |
154 | 169 | activesupport (>= 3.0) |
155 | 170 | sprockets (>= 2.8, < 4.0) |
|
0 commit comments