Skip to content

Commit f895e01

Browse files
committed
BUmp Ruby verison
1 parent 8752865 commit f895e01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: '3.1' # Not needed with a .ruby-version file
18+
ruby-version: '3.3' # Not needed with a .ruby-version file
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2020
cache-version: 0 # Increment this number if you need to re-download cached gems
2121
- name: Build with Jekyll

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ GEM
7777

7878
PLATFORMS
7979
arm64-darwin-22
80+
arm64-darwin-23
8081
x86_64-linux
8182

8283
DEPENDENCIES

0 commit comments

Comments
 (0)