[Ruby] remove auto-generated Gemfile.lock (#3541)

* remove auto-generated gemlock file

* update test file to conform to rubocop format
This commit is contained in:
William Cheng
2019-08-03 16:36:22 +08:00
committed by GitHub
parent 480d6baf3b
commit 86228e9964
4 changed files with 1 additions and 83 deletions

View File

@@ -237,7 +237,6 @@ public class RubyClientCodegen extends AbstractRubyCodegen {
if (TYPHOEUS.equals(getLibrary())) {
supportingFiles.add(new SupportingFile("api_client.mustache", gemFolder, "api_client.rb"));
supportingFiles.add(new SupportingFile("Gemfile.lock.mustache", "", "Gemfile.lock"));
} else if (FARADAY.equals(getLibrary())) {
supportingFiles.add(new SupportingFile("faraday_api_client.mustache", gemFolder, "api_client.rb"));
additionalProperties.put("isFaraday", Boolean.TRUE);