free_mutant/Gemfile
2013-10-13 21:19:49 +02:00

12 lines
307 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