Adjust gemspec directive in Gemfile for multi gem repo
This commit is contained in:
parent
8d62d2f5f9
commit
f8ad38d31a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
|||
|
||||
gem 'mutant', path: '.'
|
||||
|
||||
gemspec
|
||||
gemspec name: 'mutant'
|
||||
|
||||
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
||||
eval_gemfile 'Gemfile.devtools'
|
||||
|
|
Loading…
Reference in a new issue