From 0089c1b8bac3cb928df31ec3ff76aaca30000520 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Mon, 30 Nov 2020 10:27:49 +0800 Subject: [PATCH] Update ruby version to 2.4.5 * delete ruby 2.3.7 version in Gemfile * delete .ruby-version for local file with development --- Gemfile | 2 -- Gemfile.lock | 3 --- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 219c5c426..cd6c4b917 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source 'https://gems.ruby-china.com' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.3.7' - gem 'rails', '~> 5.2.0' gem 'mysql2', '>= 0.4.4', '< 0.6.0' gem 'puma', '~> 3.11' diff --git a/Gemfile.lock b/Gemfile.lock index db7daf602..a6beea407 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -490,8 +490,5 @@ DEPENDENCIES web-console (>= 3.3.0) wkhtmltopdf-binary -RUBY VERSION - ruby 2.3.7p456 - BUNDLED WITH 2.1.4