Skip to content

Commit

Permalink
Use Ruby 3.3.5, and Ruby 3.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 24, 2024
1 parent 91af300 commit 391ac2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
ruby-version: 3.3
bundler-cache: true # 'bundle install' and cache gems
- name: Compile
run: |
bundle exec rake compile:all
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

# NOTE: Keep in sync with .github/workflows/main.yml.
ruby "3.2.2"
ruby "3.3.5"

gem "rake"
gem "webrick"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ DEPENDENCIES
slim
webrick

RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.4.12

0 comments on commit 391ac2f

Please sign in to comment.