mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 18:56:10 +00:00
add dockerfile for ror, fix template issue (#718)
This commit is contained in:
@@ -3,14 +3,8 @@ source 'https://rubygems.org'
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.0.0'
|
||||
{{#isDBSQLite}}
|
||||
# Use sqlite as the database for Active Record
|
||||
gem 'sqlite3', '~> 1.3'
|
||||
{{/isDBSQLite}}
|
||||
{{#isDBMySQL}}
|
||||
# Use mysql as the database for Active Record
|
||||
gem 'mysql2', '>= 0.3.18', '< 0.5'
|
||||
{{/isDBMySQL}}
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
|
||||
Reference in New Issue
Block a user