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 186dd1a.
  • Loading branch information
chadlwilson committed Dec 26, 2023
1 parent 186dd1a commit ce7352b
Show file tree
Hide file tree
Showing 3 changed files with 9 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: Run the build
run: bundle exec rake static_checks:all
Expand All @@ -36,7 +36,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 user in git config
run: |
Expand All @@ -63,7 +63,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: Upload to S3
run: bundle exec rake upload_to_s3
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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: Run the build
run: bundle exec rake static_checks:all
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ GEM
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.3)
Expand Down Expand Up @@ -202,6 +204,7 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Expand All @@ -222,7 +225,7 @@ DEPENDENCIES
sass (~> 3.7)

RUBY VERSION
ruby 3.3.0p0
ruby 3.2.2p53

BUNDLED WITH
2.5.3
2.4.13

0 comments on commit ce7352b

Please sign in to comment.