charliesome/better_errors

View on GitHub
gemfiles/rails42.gemfile

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

gem "rails", "~> 4.2.0"
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'i18n', '< 1.5.2' if RUBY_VERSION < '2.3'

gem 'simplecov',      require: false
gem 'simplecov-lcov', require: false

gemspec path: "../"