free_mutant/Gemfile
2014-04-06 22:14:58 +00:00

12 lines
251 B
Ruby

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