free_mutant/Gemfile
2014-01-11 23:53:12 +01:00

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'