From daa985af19e0cfba487ee82ad5b14ebf0fa1793e Mon Sep 17 00:00:00 2001
From: anke1460 <zuosjob@gmail.com>
Date: Mon, 3 Feb 2020 15:48:38 +0800
Subject: [PATCH] change ruby to 5.2.1

---
 Gemfile      | 2 +-
 Gemfile.lock | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index 44f4937ad..f52fdb0e1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
 source 'https://gems.ruby-china.com'
 git_source(:github) { |repo| "https://github.com/#{repo}.git" }
 
-ruby '2.3.7'
+ruby '2.5.1'
 
 gem 'rails', '~> 5.2.0'
 gem 'mysql2', '>= 0.4.4', '< 0.6.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 60e1ae811..91a40b365 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -374,7 +374,7 @@ DEPENDENCIES
   wkhtmltopdf-binary
 
 RUBY VERSION
-   ruby 2.3.7p456
+   ruby 2.5.1p57
 
 BUNDLED WITH
    1.17.3