Skip to content

Commit

Permalink
Allow for Gemfile.local
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 8, 2021
1 parent baac68e commit 474ff0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ gem 'rubocop-rspec', '~> 2.5.0'
gem 'simplecov'
gem 'test-queue'
gem 'yard', '~> 0.9'

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

0 comments on commit 474ff0a

Please sign in to comment.