gemfiles/rails_40.gemfile in database_rewinder-0.8.0 vs gemfiles/rails_40.gemfile in database_rewinder-0.8.1
- old
+ new
@@ -1,6 +1,7 @@
source 'https://rubygems.org'
gem 'rails', '~> 4.0.0'
gem 'mysql2', '~> 0.3.10'
+gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gemspec path: '../'