Upgrade to rails-4.2.1rc2

Rails 4.2 introduced precision of datetime files for mysql >= 4.6,
however in 4.2.0 the rounding was broken rails/rails!18067 fixes that.

Dominik Sander 9 年 前
コミット
0ad7ea7fd9
共有2 個のファイルを変更した34 個の追加34 個の削除を含む
  1. 1 1
      Gemfile
  2. 33 33
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -76,7 +76,7 @@ gem 'mysql2', '~> 0.3.16'
76 76
 gem 'multi_xml'
77 77
 gem 'nokogiri', '~> 1.6.4'
78 78
 gem 'omniauth'
79
-gem 'rails' , '4.2.0'
79
+gem 'rails' , '4.2.1rc2'
80 80
 gem 'rufus-scheduler', '~> 3.0.8', require: false
81 81
 gem 'sass-rails',   '~> 5.0'
82 82
 gem 'select2-rails', '~> 3.5.4'

+ 33 - 33
Gemfile.lock

@@ -12,36 +12,36 @@ GEM
12 12
   remote: https://rubygems.org/
13 13
   specs:
14 14
     ace-rails-ap (2.0.1)
15
-    actionmailer (4.2.0)
16
-      actionpack (= 4.2.0)
17
-      actionview (= 4.2.0)
18
-      activejob (= 4.2.0)
15
+    actionmailer (4.2.1.rc2)
16
+      actionpack (= 4.2.1.rc2)
17
+      actionview (= 4.2.1.rc2)
18
+      activejob (= 4.2.1.rc2)
19 19
       mail (~> 2.5, >= 2.5.4)
20 20
       rails-dom-testing (~> 1.0, >= 1.0.5)
21
-    actionpack (4.2.0)
22
-      actionview (= 4.2.0)
23
-      activesupport (= 4.2.0)
24
-      rack (~> 1.6.0)
21
+    actionpack (4.2.1.rc2)
22
+      actionview (= 4.2.1.rc2)
23
+      activesupport (= 4.2.1.rc2)
24
+      rack (~> 1.6)
25 25
       rack-test (~> 0.6.2)
26 26
       rails-dom-testing (~> 1.0, >= 1.0.5)
27 27
       rails-html-sanitizer (~> 1.0, >= 1.0.1)
28
-    actionview (4.2.0)
29
-      activesupport (= 4.2.0)
28
+    actionview (4.2.1.rc2)
29
+      activesupport (= 4.2.1.rc2)
30 30
       builder (~> 3.1)
31 31
       erubis (~> 2.7.0)
32 32
       rails-dom-testing (~> 1.0, >= 1.0.5)
33 33
       rails-html-sanitizer (~> 1.0, >= 1.0.1)
34
-    activejob (4.2.0)
35
-      activesupport (= 4.2.0)
34
+    activejob (4.2.1.rc2)
35
+      activesupport (= 4.2.1.rc2)
36 36
       globalid (>= 0.3.0)
37
-    activemodel (4.2.0)
38
-      activesupport (= 4.2.0)
37
+    activemodel (4.2.1.rc2)
38
+      activesupport (= 4.2.1.rc2)
39 39
       builder (~> 3.1)
40
-    activerecord (4.2.0)
41
-      activemodel (= 4.2.0)
42
-      activesupport (= 4.2.0)
40
+    activerecord (4.2.1.rc2)
41
+      activemodel (= 4.2.1.rc2)
42
+      activesupport (= 4.2.1.rc2)
43 43
       arel (~> 6.0)
44
-    activesupport (4.2.0)
44
+    activesupport (4.2.1.rc2)
45 45
       i18n (~> 0.7)
46 46
       json (~> 1.7, >= 1.7.7)
47 47
       minitest (~> 5.1)
@@ -229,9 +229,9 @@ GEM
229 229
     memoizable (0.4.2)
230 230
       thread_safe (~> 0.3, >= 0.3.1)
231 231
     method_source (0.8.2)
232
-    mime-types (2.4.3)
232
+    mime-types (1.25.1)
233 233
     mini_portile (0.6.2)
234
-    minitest (5.5.0)
234
+    minitest (5.5.1)
235 235
     mqtt (0.3.1)
236 236
     multi_json (1.10.1)
237 237
     multi_xml (0.5.5)
@@ -284,16 +284,16 @@ GEM
284 284
     rack (1.6.0)
285 285
     rack-test (0.6.3)
286 286
       rack (>= 1.0)
287
-    rails (4.2.0)
288
-      actionmailer (= 4.2.0)
289
-      actionpack (= 4.2.0)
290
-      actionview (= 4.2.0)
291
-      activejob (= 4.2.0)
292
-      activemodel (= 4.2.0)
293
-      activerecord (= 4.2.0)
294
-      activesupport (= 4.2.0)
287
+    rails (4.2.1.rc2)
288
+      actionmailer (= 4.2.1.rc2)
289
+      actionpack (= 4.2.1.rc2)
290
+      actionview (= 4.2.1.rc2)
291
+      activejob (= 4.2.1.rc2)
292
+      activemodel (= 4.2.1.rc2)
293
+      activerecord (= 4.2.1.rc2)
294
+      activesupport (= 4.2.1.rc2)
295 295
       bundler (>= 1.3.0, < 2.0)
296
-      railties (= 4.2.0)
296
+      railties (= 4.2.1.rc2)
297 297
       sprockets-rails
298 298
     rails-deprecated_sanitizer (1.0.3)
299 299
       activesupport (>= 4.2.0.alpha)
@@ -308,9 +308,9 @@ GEM
308 308
       rails_stdout_logging
309 309
     rails_serve_static_assets (0.0.4)
310 310
     rails_stdout_logging (0.0.3)
311
-    railties (4.2.0)
312
-      actionpack (= 4.2.0)
313
-      activesupport (= 4.2.0)
311
+    railties (4.2.1.rc2)
312
+      actionpack (= 4.2.1.rc2)
313
+      activesupport (= 4.2.1.rc2)
314 314
       rake (>= 0.8.7)
315 315
       thor (>= 0.18.1, < 2.0)
316 316
     raindrops (0.13.0)
@@ -528,7 +528,7 @@ DEPENDENCIES
528 528
   pry
529 529
   quiet_assets
530 530
   rack
531
-  rails (= 4.2.0)
531
+  rails (= 4.2.1rc2)
532 532
   rails_12factor
533 533
   rr
534 534
   rspec (~> 3.2)