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