Skip to content

Commit

Permalink
Use absolute path to Gemfile.local in Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed Mar 20, 2019
1 parent 698ddeb commit 712772b
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 712772b

Please sign in to comment.