free_mutant/Gemfile
2013-12-31 13:10:13 +01:00

11 lines
233 B
Ruby

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