Gemfile in ransack-1.8.4 vs Gemfile in ransack-1.8.6
- old
+ new
@@ -49,6 +49,7 @@
end
group :test do
# TestUnit was removed from Ruby 2.2 but still needed for testing Rails 3.x.
gem 'test-unit', '~> 3.0' if RUBY_VERSION >= '2.2'
+ gem 'simplecov', :require => false
end