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 Dec 26, 2023
1 parent 6bc205b commit 93d018f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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: Run the build
run: bundle exec middleman build
Expand All @@ -36,7 +36,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 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.2
ruby-version: 3.3
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.2
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Run the build
run: bundle exec middleman build
Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ 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 @@ -204,7 +202,6 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin-20
x86_64-linux

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

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.13
2.5.3

0 comments on commit 93d018f

Please sign in to comment.