Skip to content

Commit

Permalink
fix: set ruby version to 3.1.1 for Netlify (#1574)
Browse files Browse the repository at this point in the history
PR-URL: #1574
  • Loading branch information
bjohansebas authored Aug 22, 2024
1 parent 57799ec commit e99a818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.1
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '3.1.1'

gem 'github-pages', group: :jekyll_plugins
gem 'webrick'

0 comments on commit e99a818

Please sign in to comment.