Use inflector from git source to overcome chicken egg

This commit is contained in:
Markus Schirp 2013-01-20 14:32:20 +01:00
parent d8af9b8987
commit 4d27e2ca44

View file

@ -2,5 +2,7 @@ source 'https://rubygems.org'
gemspec
gem 'mbj-inflector', :git => 'https://github.com/mbj/inflector.git'
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))