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