2012-07-23 10:37:44 -04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gemspec
|
|
|
|
|
2013-06-23 16:10:32 -04:00
|
|
|
gem 'mutant', :path => '.'
|
|
|
|
|
2013-06-14 18:09:21 -04:00
|
|
|
gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git'
|
2012-12-06 13:53:44 -05:00
|
|
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|