snusnu/cookie

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# encoding: utf-8

source 'https://rubygems.org'

gemspec

group :development do
  gem 'devtools', git: 'https://github.com/mbj/devtools.git', branch: 'master'
end

# added by devtools
eval_gemfile 'Gemfile.devtools'