Skip to content

Commit

Permalink
Merge pull request #595 from pirj/introduce-gemfile-local
Browse files Browse the repository at this point in the history
Allow for Gemfile.local
  • Loading branch information
koic authored Dec 8, 2021
2 parents 4a25b65 + 474ff0a commit 5eb31b4
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 5eb31b4

Please sign in to comment.