2013-07-28 11:36:12 -07:00
|
|
|
# encoding: utf-8
|
|
|
|
|
2012-07-23 16:37:44 +02:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2013-12-29 22:44:30 +01:00
|
|
|
gem 'unparser', git: 'https://github.com/mbj/unparser'
|
|
|
|
|
2012-07-23 16:37:44 +02:00
|
|
|
gemspec
|
|
|
|
|
2013-07-28 11:36:12 -07:00
|
|
|
gem 'mutant', path: '.'
|
|
|
|
|
2013-12-29 23:36:55 +01:00
|
|
|
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
|
|
|
eval_gemfile 'Gemfile.devtools'
|