2013-07-28 14:36:12 -04:00
|
|
|
# encoding: utf-8
|
|
|
|
|
2012-07-23 10:37:44 -04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2013-12-31 07:10:13 -05:00
|
|
|
gem 'mutant', path: '.'
|
2013-12-29 16:44:30 -05:00
|
|
|
|
2012-07-23 10:37:44 -04:00
|
|
|
gemspec
|
|
|
|
|
2013-12-29 17:36:55 -05:00
|
|
|
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
|
|
|
eval_gemfile 'Gemfile.devtools'
|