From 30554b84f017010ac2f93469cdab8ae443683d57 Mon Sep 17 00:00:00 2001 From: rhymes Date: Tue, 11 Feb 2020 23:25:04 +0100 Subject: [PATCH] Enable Gemfile to be installable from wherever (#6012) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b5a2aeac8..7cf8f95f6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ git_source(:github) { |name| "https://github.com/#{name}.git" } source "https://rubygems.org" -ruby File.read(".ruby-version").strip +ruby File.read(File.join(File.dirname(__FILE__), ".ruby-version")).strip group :production do gem "nakayoshi_fork", "~> 0.0.4" # solves CoW friendly problem on MRI 2.2 and later