free_mutant/Gemfile

9 lines
248 B
Text
Raw Normal View History

source 'https://rubygems.org'
gemspec
gem 'mbj-inflector', :git => 'https://github.com/mbj/inflector.git'
2013-01-04 19:41:29 +01:00
gem 'devtools', :git => 'https://github.com/datamapper/devtools.git'
2012-12-06 19:53:44 +01:00
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))