Skip to content

Commit 474ff0a

Browse files
committed
Allow for Gemfile.local
1 parent baac68e commit 474ff0a

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)