mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 13:29:13 +00:00
Generate a Gemfile.lock for the Ruby client, to keep versions consistent when running automated tests (#966)
This commit is contained in:
committed by
William Cheng
parent
7a18a1a7b6
commit
5d52bd51bf
@@ -216,6 +216,7 @@ public class RubyClientCodegen extends AbstractRubyCodegen {
|
||||
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
|
||||
supportingFiles.add(new SupportingFile("Rakefile.mustache", "", "Rakefile"));
|
||||
supportingFiles.add(new SupportingFile("Gemfile.mustache", "", "Gemfile"));
|
||||
supportingFiles.add(new SupportingFile("Gemfile.lock.mustache", "", "Gemfile.lock"));
|
||||
supportingFiles.add(new SupportingFile("rubocop.mustache", "", ".rubocop.yml"));
|
||||
|
||||
// test files should not be overwritten
|
||||
|
||||
Reference in New Issue
Block a user