Commit c52561211a3a34ff816973a9ccd86479d44aead8
1 parent
9c721ce9
Exists in
master
and in
1 other branch
Update to rails 4.1
Showing
2 changed files
with
42 additions
and
37 deletions
Show diff stats
Gemfile
Gemfile.lock
@@ -15,39 +15,41 @@ GIT | @@ -15,39 +15,41 @@ GIT | ||
15 | GEM | 15 | GEM |
16 | remote: https://rubygems.org/ | 16 | remote: https://rubygems.org/ |
17 | specs: | 17 | specs: |
18 | - actionmailer (4.0.12) | ||
19 | - actionpack (= 4.0.12) | 18 | + actionmailer (4.1.8) |
19 | + actionpack (= 4.1.8) | ||
20 | + actionview (= 4.1.8) | ||
20 | mail (~> 2.5, >= 2.5.4) | 21 | mail (~> 2.5, >= 2.5.4) |
21 | actionmailer_inline_css (1.5.3) | 22 | actionmailer_inline_css (1.5.3) |
22 | actionmailer (>= 3.0.0) | 23 | actionmailer (>= 3.0.0) |
23 | nokogiri (>= 1.4.4) | 24 | nokogiri (>= 1.4.4) |
24 | premailer (>= 1.7.1) | 25 | premailer (>= 1.7.1) |
25 | - actionpack (4.0.12) | ||
26 | - activesupport (= 4.0.12) | ||
27 | - builder (~> 3.1.0) | ||
28 | - erubis (~> 2.7.0) | 26 | + actionpack (4.1.8) |
27 | + actionview (= 4.1.8) | ||
28 | + activesupport (= 4.1.8) | ||
29 | rack (~> 1.5.2) | 29 | rack (~> 1.5.2) |
30 | rack-test (~> 0.6.2) | 30 | rack-test (~> 0.6.2) |
31 | - activemodel (4.0.12) | ||
32 | - activesupport (= 4.0.12) | ||
33 | - builder (~> 3.1.0) | ||
34 | - activerecord (4.0.12) | ||
35 | - activemodel (= 4.0.12) | ||
36 | - activerecord-deprecated_finders (~> 1.0.2) | ||
37 | - activesupport (= 4.0.12) | ||
38 | - arel (~> 4.0.0) | ||
39 | - activerecord-deprecated_finders (1.0.3) | ||
40 | - activesupport (4.0.12) | 31 | + actionview (4.1.8) |
32 | + activesupport (= 4.1.8) | ||
33 | + builder (~> 3.1) | ||
34 | + erubis (~> 2.7.0) | ||
35 | + activemodel (4.1.8) | ||
36 | + activesupport (= 4.1.8) | ||
37 | + builder (~> 3.1) | ||
38 | + activerecord (4.1.8) | ||
39 | + activemodel (= 4.1.8) | ||
40 | + activesupport (= 4.1.8) | ||
41 | + arel (~> 5.0.0) | ||
42 | + activesupport (4.1.8) | ||
41 | i18n (~> 0.6, >= 0.6.9) | 43 | i18n (~> 0.6, >= 0.6.9) |
42 | - minitest (~> 4.2) | ||
43 | - multi_json (~> 1.3) | 44 | + json (~> 1.7, >= 1.7.7) |
45 | + minitest (~> 5.1) | ||
44 | thread_safe (~> 0.1) | 46 | thread_safe (~> 0.1) |
45 | - tzinfo (~> 0.3.37) | 47 | + tzinfo (~> 1.1) |
46 | addressable (2.3.5) | 48 | addressable (2.3.5) |
47 | airbrake (3.1.14) | 49 | airbrake (3.1.14) |
48 | builder | 50 | builder |
49 | json | 51 | json |
50 | - arel (4.0.2) | 52 | + arel (5.0.1.20140414130214) |
51 | bcrypt-ruby (3.1.2) | 53 | bcrypt-ruby (3.1.2) |
52 | better_errors (1.0.1) | 54 | better_errors (1.0.1) |
53 | coderay (>= 1.0.0) | 55 | coderay (>= 1.0.0) |
@@ -55,7 +57,7 @@ GEM | @@ -55,7 +57,7 @@ GEM | ||
55 | binding_of_caller (0.7.2) | 57 | binding_of_caller (0.7.2) |
56 | debug_inspector (>= 0.0.1) | 58 | debug_inspector (>= 0.0.1) |
57 | bson (2.3.0) | 59 | bson (2.3.0) |
58 | - builder (3.1.4) | 60 | + builder (3.2.2) |
59 | callsite (0.0.11) | 61 | callsite (0.0.11) |
60 | campy (1.0.0) | 62 | campy (1.0.0) |
61 | capistrano (2.15.5) | 63 | capistrano (2.15.5) |
@@ -136,7 +138,7 @@ GEM | @@ -136,7 +138,7 @@ GEM | ||
136 | json (~> 1.8) | 138 | json (~> 1.8) |
137 | multi_xml (>= 0.5.2) | 139 | multi_xml (>= 0.5.2) |
138 | httpauth (0.2.0) | 140 | httpauth (0.2.0) |
139 | - i18n (0.6.11) | 141 | + i18n (0.7.0) |
140 | jquery-rails (2.1.4) | 142 | jquery-rails (2.1.4) |
141 | railties (>= 3.0, < 5.0) | 143 | railties (>= 3.0, < 5.0) |
142 | thor (>= 0.14, < 2.0) | 144 | thor (>= 0.14, < 2.0) |
@@ -158,7 +160,7 @@ GEM | @@ -158,7 +160,7 @@ GEM | ||
158 | method_source (0.8.2) | 160 | method_source (0.8.2) |
159 | mime-types (1.25.1) | 161 | mime-types (1.25.1) |
160 | mini_portile (0.6.1) | 162 | mini_portile (0.6.1) |
161 | - minitest (4.7.5) | 163 | + minitest (5.5.0) |
162 | mongoid (4.0.0) | 164 | mongoid (4.0.0) |
163 | activemodel (~> 4.0) | 165 | activemodel (~> 4.0) |
164 | moped (~> 2.0.0) | 166 | moped (~> 2.0.0) |
@@ -237,19 +239,21 @@ GEM | @@ -237,19 +239,21 @@ GEM | ||
237 | rack-ssl-enforcer (0.2.6) | 239 | rack-ssl-enforcer (0.2.6) |
238 | rack-test (0.6.2) | 240 | rack-test (0.6.2) |
239 | rack (>= 1.0) | 241 | rack (>= 1.0) |
240 | - rails (4.0.12) | ||
241 | - actionmailer (= 4.0.12) | ||
242 | - actionpack (= 4.0.12) | ||
243 | - activerecord (= 4.0.12) | ||
244 | - activesupport (= 4.0.12) | 242 | + rails (4.1.8) |
243 | + actionmailer (= 4.1.8) | ||
244 | + actionpack (= 4.1.8) | ||
245 | + actionview (= 4.1.8) | ||
246 | + activemodel (= 4.1.8) | ||
247 | + activerecord (= 4.1.8) | ||
248 | + activesupport (= 4.1.8) | ||
245 | bundler (>= 1.3.0, < 2.0) | 249 | bundler (>= 1.3.0, < 2.0) |
246 | - railties (= 4.0.12) | 250 | + railties (= 4.1.8) |
247 | sprockets-rails (~> 2.0) | 251 | sprockets-rails (~> 2.0) |
248 | rails_autolink (1.1.6) | 252 | rails_autolink (1.1.6) |
249 | rails (> 3.1) | 253 | rails (> 3.1) |
250 | - railties (4.0.12) | ||
251 | - actionpack (= 4.0.12) | ||
252 | - activesupport (= 4.0.12) | 254 | + railties (4.1.8) |
255 | + actionpack (= 4.1.8) | ||
256 | + activesupport (= 4.1.8) | ||
253 | rake (>= 0.8.7) | 257 | rake (>= 0.8.7) |
254 | thor (>= 0.18.1, < 2.0) | 258 | thor (>= 0.18.1, < 2.0) |
255 | raindrops (0.12.0) | 259 | raindrops (0.12.0) |
@@ -310,7 +314,8 @@ GEM | @@ -310,7 +314,8 @@ GEM | ||
310 | tilt (1.4.1) | 314 | tilt (1.4.1) |
311 | timecop (0.6.3) | 315 | timecop (0.6.3) |
312 | tins (0.12.0) | 316 | tins (0.12.0) |
313 | - tzinfo (0.3.42) | 317 | + tzinfo (1.2.2) |
318 | + thread_safe (~> 0.1) | ||
314 | uglifier (2.2.1) | 319 | uglifier (2.2.1) |
315 | execjs (>= 0.3.0) | 320 | execjs (>= 0.3.0) |
316 | json (>= 1.8.0) | 321 | json (>= 1.8.0) |
@@ -332,9 +337,9 @@ PLATFORMS | @@ -332,9 +337,9 @@ PLATFORMS | ||
332 | ruby | 337 | ruby |
333 | 338 | ||
334 | DEPENDENCIES | 339 | DEPENDENCIES |
335 | - actionmailer (~> 4.0.12) | 340 | + actionmailer (~> 4.1.8) |
336 | actionmailer_inline_css | 341 | actionmailer_inline_css |
337 | - actionpack (~> 4.0.12) | 342 | + actionpack (~> 4.1.8) |
338 | airbrake | 343 | airbrake |
339 | better_errors | 344 | better_errors |
340 | binding_of_caller | 345 | binding_of_caller |
@@ -376,7 +381,7 @@ DEPENDENCIES | @@ -376,7 +381,7 @@ DEPENDENCIES | ||
376 | rack-ssl | 381 | rack-ssl |
377 | rack-ssl-enforcer | 382 | rack-ssl-enforcer |
378 | rails_autolink | 383 | rails_autolink |
379 | - railties (~> 4.0.12) | 384 | + railties (~> 4.1.8) |
380 | ri_cal | 385 | ri_cal |
381 | rspec-rails | 386 | rspec-rails |
382 | rushover | 387 | rushover |