File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/swagger-codegen/src/main/resources/rails5
samples/server/petstore/rails5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0'
66# Use mysql as the database for Active Record
77gem 'mysql2' , '>= 0.3.18' , '< 0.5'
88# Use Puma as the app server
9- gem 'puma' , '~> 3.0 '
9+ gem 'puma' , '~> 6.1' , '>= 6.1.0-java '
1010# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111gem 'jbuilder' , '~> 2.0'
1212# Use Redis adapter to run Action Cable in production
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0'
66# Use mysql as the database for Active Record
77gem 'mysql2' , '>= 0.3.18' , '< 0.5'
88# Use Puma as the app server
9- gem 'puma' , '~> 3.0 '
9+ gem 'puma' , '~> 6.1' , '>= 6.1.0-java '
1010# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111gem 'jbuilder' , '~> 2.0'
1212# Use Redis adapter to run Action Cable in production
You can’t perform that action at this time.
0 commit comments