Generate a Gemfile.lock for the Ruby client, to keep versions consistent when running automated tests (#966)

This commit is contained in:
Nathan Broadbent
2018-09-05 06:59:16 +07:00
committed by William Cheng
parent 7a18a1a7b6
commit 5d52bd51bf
2 changed files with 70 additions and 0 deletions

View File

@@ -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