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