Open
Description
Description
Ruby's Petshop client sample (in samples/client/petstore/ruby
)
Swagger-codegen version
$ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar version
2.4.2-SNAPSHOT
$ git log --oneline -n 1
c4c5c062c Merge pull request #9080 from swagger-api/update-parser-v1
$ uname -s -r
Darwin 17.7.0
Swagger declaration file content or url
N/A
Command line used for generation
$ cd samples/client/petstore/ruby
$ ../../../../mvnw integration-test -rf :RubyPetstoreClientTests
Steps to reproduce
- Run the above command to build and run tests of Petshop client sample for Ruby.
- Get errors at
bundle install --path vendor/bundle
. Error log is here.
Related issues/PRs
- Minimal update for Ruby testing on El Capitan #1838
- [Ruby] add option to skip client side validation in Ruby client #5528
Suggest a fix/enhancement
Error was occured at here: https://github.com/svoop/autotest-fsevent/blob/v0.2.12/ext/fsevent/extconf.rb#L21-L24
Currently autotest-fsevent is locked in 0.2.12 which supports Sierra or lower versions only.
By updating to 0.2.14, it also supports High Sierra and Mojave.
Metadata
Metadata
Assignees
Labels
No labels