changeset 112:dac5a66e2c73

Update to rails 5.0.1
author nanaya <me@myconan.net>
date Wed, 21 Dec 2016 16:15:05 +0900
parents 3df5fcecdd46
children d34116ff634b
files Gemfile Gemfile.lock
diffstat 2 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Tue Dec 13 04:19:23 2016 +0900
+++ b/Gemfile	Wed Dec 21 16:15:05 2016 +0900
@@ -1,6 +1,6 @@
 source "https://rubygems.org"
 
-rails_ver = "~> 5.0.0"
+rails_ver = "~> 5.0.1"
 gem "actionview", rails_ver
 gem "railties", rails_ver
 gem "actionpack", rails_ver
--- a/Gemfile.lock	Tue Dec 13 04:19:23 2016 +0900
+++ b/Gemfile.lock	Wed Dec 21 16:15:05 2016 +0900
@@ -1,20 +1,20 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    actionpack (5.0.0.1)
-      actionview (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
+    actionpack (5.0.1)
+      actionview (= 5.0.1)
+      activesupport (= 5.0.1)
       rack (~> 2.0)
       rack-test (~> 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    actionview (5.0.0.1)
-      activesupport (= 5.0.0.1)
+    actionview (5.0.1)
+      activesupport (= 5.0.1)
       builder (~> 3.1)
       erubis (~> 2.7.0)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    activesupport (5.0.0.1)
+    activesupport (5.0.1)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (~> 0.7)
       minitest (~> 5.1)
@@ -23,8 +23,8 @@
       public_suffix (~> 2.0, >= 2.0.2)
     buftok (0.2.0)
     builder (3.2.2)
-    concurrent-ruby (1.0.2)
-    concurrent-ruby (1.0.2-java)
+    concurrent-ruby (1.0.3)
+    concurrent-ruby (1.0.3-java)
     domain_name (0.5.20161129)
       unf (>= 0.0.5, < 1.0.0)
     equalizer (0.0.11)
@@ -42,7 +42,7 @@
     http_parser.rb (0.6.0)
     http_parser.rb (0.6.0-java)
     i18n (0.7.0)
-    kgio (2.10.0)
+    kgio (2.11.0)
     loofah (2.0.3)
       nokogiri (>= 1.5.9)
     memoizable (0.4.2)
@@ -52,7 +52,7 @@
     minitest (5.10.1)
     multipart-post (2.0.0)
     naught (1.1.0)
-    newrelic_rpm (3.17.1.326)
+    newrelic_rpm (3.17.2.327)
     nokogiri (1.6.8.1)
       mini_portile2 (~> 2.1.0)
     nokogiri (1.6.8.1-java)
@@ -69,9 +69,9 @@
       nokogiri (~> 1.6.0)
     rails-html-sanitizer (1.0.3)
       loofah (~> 2.0)
-    railties (5.0.0.1)
-      actionpack (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
+    railties (5.0.1)
+      actionpack (= 5.0.1)
+      activesupport (= 5.0.1)
       method_source
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
@@ -127,11 +127,11 @@
   x86-mingw32
 
 DEPENDENCIES
-  actionpack (~> 5.0.0)
-  actionview (~> 5.0.0)
+  actionpack (~> 5.0.1)
+  actionview (~> 5.0.1)
   newrelic_rpm
   puma
-  railties (~> 5.0.0)
+  railties (~> 5.0.1)
   redis (= 3.3.1)
   redis-rails
   twitter