Skip to content

Commit

Permalink
GitHub Pages upgrade requires newer Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Nov 6, 2024
1 parent 6e94941 commit 14d9d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.5
ruby-version: 3.1.6
bundler-cache: true
- name: Set up coursier
uses: coursier/setup-action@v1.3.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.5
FROM ruby:3.1.6

RUN gem install bundler:2.4.21

Expand Down

0 comments on commit 14d9d35

Please sign in to comment.