Skip to content

Commit

Permalink
Revert "Bump ruby to 3.3"
Browse files Browse the repository at this point in the history
This reverts commit 4234f2c.
  • Loading branch information
chadlwilson committed Dec 26, 2023
1 parent 4234f2c commit 8dd87e2
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.3
ruby-version: 3.2
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.3
ruby-version: 3.2
- 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.3
ruby-version: 3.2
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.3
ruby-version: 3.2
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.3.0p0
ruby 3.2.2p53

BUNDLED WITH
2.5.3
2.4.13

0 comments on commit 8dd87e2

Please sign in to comment.