changeset 124:533317c0b33d

Update rails! And stuff.
author nanaya <me@myconan.net>
date Tue, 02 May 2017 23:50:38 +0900
parents 7b7732c8d57f
children 61414d0a367b
files Gemfile Gemfile.lock
diffstat 2 files changed, 21 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Sat Apr 15 03:01:49 2017 +0900
+++ b/Gemfile	Tue May 02 23:50:38 2017 +0900
@@ -1,14 +1,12 @@
 source "https://rubygems.org"
 
-rails_ver = "~> 5.0.1"
+rails_ver = "~> 5.1.0"
 gem "actionview", rails_ver
 gem "railties", rails_ver
 gem "actionpack", rails_ver
 
 gem "redis-rails"
-# 3.3.2 has broken large string handling.
-# Reference: https://github.com/redis/redis-rb/issues/650
-gem "redis", "= 3.3.1"
+gem "redis", ">= 3.3.3"
 
 gem "twitter"
 gem "twitter-text"
--- a/Gemfile.lock	Sat Apr 15 03:01:49 2017 +0900
+++ b/Gemfile.lock	Tue May 02 23:50:38 2017 +0900
@@ -1,20 +1,20 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    actionpack (5.0.2)
-      actionview (= 5.0.2)
-      activesupport (= 5.0.2)
+    actionpack (5.1.0)
+      actionview (= 5.1.0)
+      activesupport (= 5.1.0)
       rack (~> 2.0)
       rack-test (~> 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    actionview (5.0.2)
-      activesupport (= 5.0.2)
+    actionview (5.1.0)
+      activesupport (= 5.1.0)
       builder (~> 3.1)
-      erubis (~> 2.7.0)
+      erubi (~> 1.4)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.3)
-    activesupport (5.0.2)
+    activesupport (5.1.0)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (~> 0.7)
       minitest (~> 5.1)
@@ -28,10 +28,10 @@
     domain_name (0.5.20170404)
       unf (>= 0.0.5, < 1.0.0)
     equalizer (0.0.11)
-    erubis (2.7.0)
+    erubi (1.6.0)
     faraday (0.11.0)
       multipart-post (>= 1.2, < 3)
-    http (2.2.1)
+    http (2.2.2)
       addressable (~> 2.3)
       http-cookie (~> 1.0)
       http-form_data (~> 1.0.1)
@@ -69,15 +69,15 @@
       nokogiri (~> 1.6)
     rails-html-sanitizer (1.0.3)
       loofah (~> 2.0)
-    railties (5.0.2)
-      actionpack (= 5.0.2)
-      activesupport (= 5.0.2)
+    railties (5.1.0)
+      actionpack (= 5.1.0)
+      activesupport (= 5.1.0)
       method_source
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
     raindrops (0.18.0)
     rake (12.0.0)
-    redis (3.3.1)
+    redis (3.3.3)
     redis-actionpack (5.0.1)
       actionpack (>= 4.0, < 6)
       redis-rack (>= 1, < 3)
@@ -115,8 +115,8 @@
     unf (0.1.4)
       unf_ext
     unf (0.1.4-java)
-    unf_ext (0.0.7.3)
-    unf_ext (0.0.7.3-x86-mingw32)
+    unf_ext (0.0.7.4)
+    unf_ext (0.0.7.4-x86-mingw32)
     unicorn (5.3.0)
       kgio (~> 2.6)
       raindrops (~> 0.7)
@@ -127,12 +127,12 @@
   x86-mingw32
 
 DEPENDENCIES
-  actionpack (~> 5.0.1)
-  actionview (~> 5.0.1)
+  actionpack (~> 5.1.0)
+  actionview (~> 5.1.0)
   newrelic_rpm
   puma
-  railties (~> 5.0.1)
-  redis (= 3.3.1)
+  railties (~> 5.1.0)
+  redis (>= 3.3.3)
   redis-rails
   twitter
   twitter-text