10 lines
178 B
Ruby
10 lines
178 B
Ruby
# encoding: utf-8
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'mutant', path: '.'
|
|
|
|
gemspec
|
|
|
|
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
|
|
eval_gemfile 'Gemfile.devtools'
|