Skip to content

Commit

Permalink
setup ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 29, 2023
1 parent af8eb93 commit 6da5ffd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby

- name: Install dependencies
run: bundle install

- name: Generate OpenAPI
run: bundle exec rake rswag

Expand All @@ -36,6 +42,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby

- name: Install dependencies
run: bundle install

- name: Generate OpenAPI
run: bundle exec rake rswag
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.0
ruby-2.7.0
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

0 comments on commit 6da5ffd

Please sign in to comment.