Skip to content

Commit

Permalink
Merge pull request #10 from jvirtanen/runtime-versions
Browse files Browse the repository at this point in the history
Specify minimum Node.js and Ruby versions
  • Loading branch information
olegp authored Jan 23, 2025
2 parents 64db660 + f361d0c commit d42682a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source "https://rubygems.org"

ruby ">= 3.2"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,8 @@ DEPENDENCIES
tzinfo-data
wdm (~> 0.1)

RUBY VERSION
ruby 3.2.6p234

BUNDLED WITH
2.5.20
5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "techtribes",
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=22.6.0"
},
"scripts": {
"start": "jekyll serve --source site --livereload --host 0.0.0.0",
"build": "jekyll build --source site",
Expand All @@ -11,8 +14,8 @@
"sort": "node --no-warnings --experimental-strip-types src/sort.ts",
"images": "node --no-warnings --experimental-strip-types src/images.ts"
},
"author": "",
"license": "ISC",
"author": "Oleg Podsechin",
"license": "MIT",
"description": "",
"dependencies": {
"cheerio": "^1.0.0",
Expand All @@ -24,4 +27,4 @@
"sharp": "^0.33.5",
"uncss": "^0.17.3"
}
}
}

0 comments on commit d42682a

Please sign in to comment.