Skip to content

Commit

Permalink
pin openapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jan 22, 2024
1 parent 2228541 commit aecb259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ file "#{CLIENT_DIR}/Gemfile" => "#{CLIENT_DIR}/openapi.yml" do
sh *%W[
docker run --rm
-v #{Dir.pwd}:/data
openapitools/openapi-generator-cli generate
openapitools/openapi-generator-cli:v7.2.0 generate
-i /data/client/openapi.yml
-g ruby
-o /data/client
Expand Down

0 comments on commit aecb259

Please sign in to comment.