|
15 | 15 | activerecord (>= 3.1, < 4.1) |
16 | 16 | activesupport (>= 3.1, < 4.1) |
17 | 17 |
|
18 | | -GIT |
19 | | - remote: git://github.com/rails/rails.git |
20 | | - revision: 7b2f64fca71c8d13428eb48b65399736a8327554 |
21 | | - branch: 4-0-stable |
22 | | - specs: |
23 | | - actionmailer (4.0.0) |
24 | | - actionpack (= 4.0.0) |
25 | | - mail (~> 2.5.4) |
26 | | - actionpack (4.0.0) |
27 | | - activesupport (= 4.0.0) |
28 | | - builder (~> 3.1.0) |
29 | | - erubis (~> 2.7.0) |
30 | | - rack (~> 1.5.2) |
31 | | - rack-test (~> 0.6.2) |
32 | | - activemodel (4.0.0) |
33 | | - activesupport (= 4.0.0) |
34 | | - builder (~> 3.1.0) |
35 | | - activerecord (4.0.0) |
36 | | - activemodel (= 4.0.0) |
37 | | - activerecord-deprecated_finders (~> 1.0.2) |
38 | | - activesupport (= 4.0.0) |
39 | | - arel (~> 4.0.0) |
40 | | - activesupport (4.0.0) |
41 | | - i18n (~> 0.6, >= 0.6.4) |
42 | | - minitest (~> 4.2) |
43 | | - multi_json (~> 1.3) |
44 | | - thread_safe (~> 0.1) |
45 | | - tzinfo (~> 0.3.37) |
46 | | - rails (4.0.0) |
47 | | - actionmailer (= 4.0.0) |
48 | | - actionpack (= 4.0.0) |
49 | | - activerecord (= 4.0.0) |
50 | | - activesupport (= 4.0.0) |
51 | | - bundler (>= 1.3.0, < 2.0) |
52 | | - railties (= 4.0.0) |
53 | | - sprockets-rails (~> 2.0.0) |
54 | | - railties (4.0.0) |
55 | | - actionpack (= 4.0.0) |
56 | | - activesupport (= 4.0.0) |
57 | | - rake (>= 0.8.7) |
58 | | - thor (>= 0.18.1, < 2.0) |
59 | | - |
60 | 18 | GIT |
61 | 19 | remote: git://github.com/sporkrb/spork-rails.git |
62 | 20 | revision: 0dd45e59d3237b4c8f9efc215b46d9c07072a95e |
@@ -153,11 +111,34 @@ PATH |
153 | 111 | GEM |
154 | 112 | remote: https://rubygems.org/ |
155 | 113 | specs: |
| 114 | + actionmailer (4.0.1) |
| 115 | + actionpack (= 4.0.1) |
| 116 | + mail (~> 2.5.4) |
| 117 | + actionpack (4.0.1) |
| 118 | + activesupport (= 4.0.1) |
| 119 | + builder (~> 3.1.0) |
| 120 | + erubis (~> 2.7.0) |
| 121 | + rack (~> 1.5.2) |
| 122 | + rack-test (~> 0.6.2) |
156 | 123 | actionpack-action_caching (1.0.0) |
157 | 124 | actionpack (>= 4.0.0.beta, < 5.0) |
158 | 125 | active_model_serializers (0.8.1) |
159 | 126 | activemodel (>= 3.0) |
| 127 | + activemodel (4.0.1) |
| 128 | + activesupport (= 4.0.1) |
| 129 | + builder (~> 3.1.0) |
| 130 | + activerecord (4.0.1) |
| 131 | + activemodel (= 4.0.1) |
| 132 | + activerecord-deprecated_finders (~> 1.0.2) |
| 133 | + activesupport (= 4.0.1) |
| 134 | + arel (~> 4.0.0) |
160 | 135 | activerecord-deprecated_finders (1.0.3) |
| 136 | + activesupport (4.0.1) |
| 137 | + i18n (~> 0.6, >= 0.6.4) |
| 138 | + minitest (~> 4.2) |
| 139 | + multi_json (~> 1.3) |
| 140 | + thread_safe (~> 0.1) |
| 141 | + tzinfo (~> 0.3.37) |
161 | 142 | addressable (2.3.5) |
162 | 143 | airbrake (3.1.2) |
163 | 144 | activesupport |
|
334 | 315 | rack |
335 | 316 | rack-test (0.6.2) |
336 | 317 | rack (>= 1.0) |
| 318 | + rails (4.0.1) |
| 319 | + actionmailer (= 4.0.1) |
| 320 | + actionpack (= 4.0.1) |
| 321 | + activerecord (= 4.0.1) |
| 322 | + activesupport (= 4.0.1) |
| 323 | + bundler (>= 1.3.0, < 2.0) |
| 324 | + railties (= 4.0.1) |
| 325 | + sprockets-rails (~> 2.0.0) |
337 | 326 | rails-observers (0.1.2) |
338 | 327 | activemodel (~> 4.0) |
| 328 | + railties (4.0.1) |
| 329 | + actionpack (= 4.0.1) |
| 330 | + activesupport (= 4.0.1) |
| 331 | + rake (>= 0.8.7) |
| 332 | + thor (>= 0.18.1, < 2.0) |
339 | 333 | raindrops (0.12.0) |
340 | 334 | rake (10.1.0) |
341 | 335 | rake-compiler (0.9.1) |
@@ -518,7 +512,7 @@ DEPENDENCIES |
518 | 512 | rack-cors |
519 | 513 | rack-mini-profiler! |
520 | 514 | rack-protection |
521 | | - rails! |
| 515 | + rails |
522 | 516 | rails-observers |
523 | 517 | rails_multisite! |
524 | 518 | rake |
|
0 commit comments