mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
[Rails5] make version of the generated Rails stub server to strict Rails 5.0 (#7700)
This commit is contained in:
parent
3f3d9c7f2a
commit
dcad9ae807
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.2.3-SNAPSHOT
|
||||
2.4.0-SNAPSHOT
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user