Adjust gemspec directive in Gemfile for multi gem repo

This commit is contained in:
Markus Schirp 2014-01-18 00:39:34 +01:00
parent 8d62d2f5f9
commit f8ad38d31a

View file

@ -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'