free_mutant/Gemfile

13 lines
307 B
Text
Raw Normal View History

2013-07-28 14:36:12 -04:00
# encoding: utf-8
source 'https://rubygems.org'
gemspec
2013-07-28 14:36:12 -04:00
gem 'mutant', path: '.'
group :development, :test do
2013-10-13 15:19:49 -04: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 14:36:12 -04:00
end