Enable Gemfile to be installable from wherever (#6012)

This commit is contained in:
rhymes 2020-02-11 23:25:04 +01:00 committed by GitHub
parent ac7785ea8d
commit 30554b84f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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