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 Feb 16, 2024
1 parent f57f252 commit 615e309
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_preview.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.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Run the build
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Set up user in git config
env:
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 @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Set up user in git config
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Set up user in git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.4
ruby 3.3.0
10 changes: 2 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ GEM
formatador (1.1.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
haml (5.2.2)
temple (>= 0.8.0)
Expand Down Expand Up @@ -179,8 +178,6 @@ GEM
racc (~> 1.4)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.3)
Expand Down Expand Up @@ -217,8 +214,6 @@ GEM
rake (>= 13.0.0)
sass-embedded (1.71.0-arm64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.0-x86_64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.0-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sass-listen (4.0.0)
Expand Down Expand Up @@ -253,7 +248,6 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -278,7 +272,7 @@ DEPENDENCIES
sassc-embedded

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0

BUNDLED WITH
2.4.13
2.5.6

0 comments on commit 615e309

Please sign in to comment.