Skip to content

Commit

Permalink
chore: update Ruby OpenAPI Generator version (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlind authored Feb 23, 2024
1 parent 24cacdd commit 70e7d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/hydra/ruby/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
7.3.0
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ruby () {

rm "${dir}/lib/${RUBY_PROJECT_NAME}/version.rb" || true

openapi-generator-cli version-manager set 6.0.1
openapi-generator-cli version-manager set 7.3.0
openapi-generator-cli generate -i "${SPEC_FILE}" \
-g ruby \
-o "$dir" \
Expand Down

0 comments on commit 70e7d67

Please sign in to comment.