gemfiles/rails42.gemfile in better_errors-2.5.1 vs gemfiles/rails42.gemfile in better_errors-2.6.0

- old
+ new

@@ -1,8 +1,9 @@ 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 'coveralls', require: false gemspec path: "../"