Use inflector from git source to overcome chicken egg
This commit is contained in:
parent
d8af9b8987
commit
4d27e2ca44
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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')))
|
||||
|
|
Loading…
Reference in a new issue