free_mutant/Gemfile
2013-10-31 17:42:35 +01:00

12 lines
301 B
Ruby

# encoding: utf-8
source 'https://rubygems.org'
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