free_mutant/Gemfile
2013-12-29 23:36:55 +01:00

12 lines
234 B
Ruby

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