We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby's Petshop client sample (in samples/client/petstore/ruby)
samples/client/petstore/ruby
$ 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
N/A
$ cd samples/client/petstore/ruby $ ../../../../mvnw integration-test -rf :RubyPetstoreClientTests
bundle install --path vendor/bundle
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.
swagger-codegen/samples/client/petstore/ruby/Gemfile.lock
Line 16 in c4c5c06
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Ruby's Petshop client sample (in
samples/client/petstore/ruby
)Swagger-codegen version
Swagger declaration file content or url
N/A
Command line used for generation
Steps to reproduce
bundle install --path vendor/bundle
. Error log is here.Related issues/PRs
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.
swagger-codegen/samples/client/petstore/ruby/Gemfile.lock
Line 16 in c4c5c06
By updating to 0.2.14, it also supports High Sierra and Mojave.
The text was updated successfully, but these errors were encountered: