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: '.'
|
|
|
|
|
|
|
|
group :development, :test do
|
2013-10-31 17:42:35 +01:00
|
|
|
gem 'triage', git: 'https://github.com/rom-rb/devtools.git', branch: 'triage-rename'
|
|
|
|
gem 'triage-deps', git: 'https://github.com/rom-rb/devtools.git', branch: 'triage-rename'
|
2013-07-28 11:36:12 -07:00
|
|
|
end
|