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
committerThibG <thib@sitedethib.com>2018-08-13 18:17:20 +0200
commit5f41bbd274bb771a712ee7d38df6d1ec47c26212 (patch)
treecbec0b83b35d359860bd13c4a4bfc5860bb6296e /Gemfile
parent19da279703fc5a37562a207a8e4feb03b5394c57 (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 96204c66e..1b95426c5 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'