[Rails5] make version of the generated Rails stub server to strict Rails 5.0 (#7700)

This commit is contained in:
shigeru.nakajima 2018-02-22 16:57:14 +09:00 committed by William Cheng
parent 3f3d9c7f2a
commit dcad9ae807
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '>= 5.0.0.racecar1', '< 5.1'
gem 'rails', '~> 5.0.0'
# Use mysql as the database for Active Record
gem 'mysql2', '>= 0.3.18', '< 0.5'
# Use Puma as the app server

View File

@ -1 +1 @@
2.2.3-SNAPSHOT
2.4.0-SNAPSHOT

View File

@ -2,7 +2,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '>= 5.0.0.racecar1', '< 5.1'
gem 'rails', '~> 5.0.0'
# Use mysql as the database for Active Record
gem 'mysql2', '>= 0.3.18', '< 0.5'
# Use Puma as the app server