Skip to content

Commit

Permalink
Bump ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 12, 2024
1 parent 34dd984 commit 3560f9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v4
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Set up NodeJS
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
rake

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.13
2.5.4

0 comments on commit 3560f9a

Please sign in to comment.