From 18fe77084f8695efce4f2b94917af0a34d3ef5b0 Mon Sep 17 00:00:00 2001 From: Clworld Date: Sat, 3 Jun 2017 03:11:13 +0900 Subject: bump rails version in Gemfile: '~> 5.0.0' -> '~> 5.1.0' (#3523) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 8c2cdfa4e..c7ea6d79e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -528,7 +528,7 @@ DEPENDENCIES rack-attack (~> 5.0) rack-cors (~> 0.4) rack-timeout (~> 0.4) - rails (~> 5.0.0) + rails (~> 5.1.0) rails-controller-testing (~> 1.0) rails-i18n (~> 5.0) rails-settings-cached (~> 0.6) -- cgit