Update ruby version to 2.4.5

* delete ruby 2.3.7 version in Gemfile
* delete .ruby-version for local file with development
This commit is contained in:
Jasder 2020-11-30 10:27:49 +08:00
parent 44572d9b5c
commit 0089c1b8ba
2 changed files with 0 additions and 5 deletions

View File

@ -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'

View File

@ -490,8 +490,5 @@ DEPENDENCIES
web-console (>= 3.3.0)
wkhtmltopdf-binary
RUBY VERSION
ruby 2.3.7p456
BUNDLED WITH
2.1.4