Skip to content

Commit 8b49022

Browse files
committed
ci: Use old ruby
1 parent 3b8aa62 commit 8b49022

File tree

4 files changed

+10
-72
lines changed

4 files changed

+10
-72
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
2.4.10

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
source "https://rubygems.org"
33

4+
5+
ruby "2.4.10"
6+
47
gem "jekyll", "4.2.0" # Ensure this matches the version you need
58
gem "webrick" # Necessary if you're using Ruby 3.0.0+

Gemfile.lock

-71
This file was deleted.

netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build]
2+
command = "bundle exec jekyll build"
3+
publish = "_site"
4+
5+
[build.environment]
6+
RUBY_VERSION = "2.4.10"

0 commit comments

Comments
 (0)