free_mutant/Gemfile
2014-03-02 22:19:01 +00:00

10 lines
193 B
Ruby

# encoding: utf-8
source 'https://rubygems.org'
gem 'mutant', path: '.'
gemspec name: 'mutant'
gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
eval_gemfile 'Gemfile.devtools'