mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-24 06:29:09 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user