aq1018/active_model-better_errors

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# coding: utf-8

source 'https://rubygems.org'

gemspec

group :development do
  gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
  gem 'gem-release'
  gem 'activerecord', '~> 4.0.2'
  gem 'sqlite3'
end

# Added by devtools
eval_gemfile 'Gemfile.devtools'