Gemfile in blacklight-6.18.0 vs Gemfile in blacklight-6.19.0

- old
+ new

@@ -35,9 +35,10 @@ when /^4.2/ gem 'responders', '~> 2.0' gem 'sass-rails', '>= 5.0' gem 'coffee-rails', '~> 4.1.0' gem 'json', '~> 1.8' + gem 'capybara', '~> 2.0' when /^4.[01]/ gem 'sass-rails', '< 5.0' end end # END ENGINE_CART BLOCK