Commit 0228723f by liangyuzhe

change rails to 6.0.0

parent 7843d3f1
......@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.1'
gem 'rails', '~> 6.0.0'
# Use sqlite3 as the database for Active Record
# gem 'sqlite3'
gem 'mysql2', '~> 0.5.3'
......
......@@ -288,7 +288,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mysql2 (~> 0.5.3)
puma (~> 3.11)
rails (~> 6.0.1)
rails (~> 6.0.0)
rails_param (~> 0.10.2)
redis-rails (~> 5.0, >= 5.0.2)
sass-rails (~> 5.0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment