Skip to content

Commit 5eb31b4

Browse files
authored
Merge pull request #595 from pirj/introduce-gemfile-local
Allow for Gemfile.local
2 parents 4a25b65 + 474ff0a commit 5eb31b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ gem 'rubocop-rspec', '~> 2.5.0'
1515
gem 'simplecov'
1616
gem 'test-queue'
1717
gem 'yard', '~> 0.9'
18+
19+
local_gemfile = File.expand_path('Gemfile.local', __dir__)
20+
eval_gemfile local_gemfile if File.exist?(local_gemfile)

0 commit comments

Comments
 (0)