change rails to 6.0.0
Showing
| ... | @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ... | @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
| ruby '2.6.5' | ruby '2.6.5' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # 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 | # Use sqlite3 as the database for Active Record | ||
| # gem 'sqlite3' | # gem 'sqlite3' | ||
| gem 'mysql2', '~> 0.5.3' | gem 'mysql2', '~> 0.5.3' | ||
| ... | ... |
Please
register
or
sign in
to comment