Skip to content

Commit

Permalink
Merge pull request #6852 from iliabylich/use-absolute-path-to-gemfile…
Browse files Browse the repository at this point in the history
…-lock

Use absolute path to Gemfile.local in Gemfile
  • Loading branch information
Drenmi committed Mar 21, 2019
2 parents 3173f34 + 712772b commit ebbafd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ group :test do
gem 'webmock', require: false
end

local_gemfile = 'Gemfile.local'
local_gemfile = File.expand_path('Gemfile.local', __dir__)
eval_gemfile local_gemfile if File.exist?(local_gemfile)

0 comments on commit ebbafd2

Please sign in to comment.