提交 c4ceee83 编写于 作者: B Bogdan Gusiev

Fixed path to local gemfile.

上级 6f44fa0a
...@@ -43,7 +43,8 @@ platforms :mri_18 do ...@@ -43,7 +43,8 @@ platforms :mri_18 do
end end
# Add your own local bundler stuff # Add your own local bundler stuff
instance_eval File.read '.Gemfile' if File.exists? '.Gemfile' local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do platforms :mri do
group :test do group :test do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册