Skip to content

Commit

Permalink
fixup! amend! Makefile: Prefer Ruby 2.7 if available
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Mar 13, 2022
1 parent b7632d5 commit 41bfc5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Prefer Ruby 2.7, github/pages-gem doesn't support 3.0 yet.
# (see https://github.com/xmonad/xmonad-web/issues/37 for details)
BUNDLE := $(firstword $(shell command -v bundle2.7 bundle-2.7) bundle)

export BUNDLE_PATH ?= $(CURDIR)/.bundle/gems

.PHONY: build
Expand Down

0 comments on commit 41bfc5d

Please sign in to comment.