free_mutant/Gemfile

9 lines
237 B
Text
Raw Normal View History

source 'https://rubygems.org'
gemspec
2012-12-12 20:15:25 +01:00
gem 'inflector', :git => 'https://github.com/mbj/inflector.git'
2012-12-07 23:27:21 +01:00
gem 'devtools', :git => 'https://github.com/mbj/devtools.git'
2012-12-06 19:53:44 +01:00
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))