free_mutant/Gemfile

8 lines
173 B
Text
Raw Normal View History

source 'https://rubygems.org'
gemspec
2013-05-21 20:40:50 -04:00
gem 'unparser', :git => 'https://github.com/mbj/unparser.git'
2012-12-06 13:53:44 -05:00
eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))