free_mutant/Gemfile
Markus Schirp e14d75c51e Use morpher from rubygems
This reverts an accidentally commited Gemfile entry.
2014-06-02 16:01:25 +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'