gemfiles/rails_40.gemfile in database_rewinder-0.9.1 vs gemfiles/rails_40.gemfile in database_rewinder-0.9.2

- old
+ new

@@ -1,8 +1,9 @@ source 'https://rubygems.org' gem 'rails', '~> 4.0.0' gem 'pg', '~> 0.21' gem 'mysql2', '~> 0.3.10' +gem 'sqlite3', '< 1.4' gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7' gemspec path: '../'