Gemfile 262 Bytes
# encoding: UTF-8
source 'https://rubygems.org'

gemspec

# Development only dependencies
gem 'anima',   '~> 0.2.0'
gem 'morpher', '~> 0.2.2'

gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
gem 'mutant',   git: 'https://github.com/mbj/mutant.git'