10 lines
243 B
Ruby
10 lines
243 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'mutant', :path => '.'
|
|
|
|
gem 'unparser', :path => '../unparser'
|
|
|
|
gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git'
|
|
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))
|