about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2018-08-12 19:25:23 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-08-12 12:25:23 +0200
commit2aeeffc3ec421111f751cab61a15642cbddd9f0d (patch)
tree5ff9830f748e74495525b00f29591df19cbeadaa /Gemfile
parent110b3f63352e85c6ac138918b285d963382ce623 (diff)
Update Rails (#8141)
* Update Rails

* fix Update Rails
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a6e1568d..8c2970c41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ ruby '>= 2.3.0', '< 2.6.0'
 gem 'pkg-config', '~> 1.3'
 
 gem 'puma', '~> 3.11'
-gem 'rails', '~> 5.2.0'
+gem 'rails', '~> 5.2.1'
 
 gem 'hamlit-rails', '~> 0.2'
 gem 'pg', '~> 1.0'