# encoding: utf-8 source 'https://rubygems.org' gem 'unparser', git: 'https://github.com/mbj/unparser' gemspec gem 'mutant', path: '.' group :development, :test do 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' end