Enable Gemfile to be installable from wherever (#6012)
This commit is contained in:
parent
ac7785ea8d
commit
30554b84f0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue