diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:05:12 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:13:50 +0100 |
commit | 4f3891ecef6648a33c152bbbc3bce79af144fddb (patch) | |
tree | b19ea2332838c6edf3a26fde983aba4b2363a897 /Makefile | |
parent | install gosu via package manager (diff) | |
download | jekyll-docker-4f3891ecef6648a33c152bbbc3bce79af144fddb.tar.gz jekyll-docker-4f3891ecef6648a33c152bbbc3bce79af144fddb.zip |
bump versions
Mainly because an older Ruby fails to compile on modern Ubuntu.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ makefile_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) # Jekyll project is in the parent directory by default. PROJECT_DIR ?= $(abspath $(dir $(makefile_dir))/..) -RUBY_INSTALL_VERSION ?= 0.7.0 -RUBY_VERSION ?= 2.6.5 +RUBY_INSTALL_VERSION ?= 0.8.5 +RUBY_VERSION ?= 3.1.2 CHRUBY_VERSION ?= 0.3.9 PREFIX ?= $(HOME)/.local |