Skip to content

Commit af2067e

Browse files
authored
Merge pull request #28 from zenseact/test-actions
Version bump ruby
2 parents 0d6d53d + 92c34af commit af2067e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ concurrency:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
37+
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
3838
with:
39-
ruby-version: '2.7' # Not needed with a .ruby-version file
39+
ruby-version: '3.1' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.0
1+
FROM ruby:3.1.0
22
ENV DEBIAN_FRONTEND noninteractive
33

44
RUN apt-get update -y && apt-get install -y --no-install-recommends \

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "minimal-mistakes-jekyll"
44

5-
gem "github-pages", "~> 231", group: :jekyll_plugins
5+
gem "github-pages", group: :jekyll_plugins
66
gem "jekyll-include-cache", group: :jekyll_plugins
77
gem 'jekyll-scholar', group: :jekyll_plugins
88

0 commit comments

Comments
 (0)