Gemfile in attr_json-1.4.0 vs Gemfile in attr_json-1.4.1
- old
+ new
@@ -27,9 +27,16 @@
# Even though we don't use coffee-script, when running specs, some part of rails
# or other part of our stack is still insisting on requiring it, for reasons we
# don't understand, so we need to depend on it.
gem "coffee-rails"
+# We do some tests using cocoon via sprockets, which needs sprockets-rails,
+# which is not automatically available in Rails 7. We add it explicitly,
+# which will duplciate dependences in rails pre-7, but add for rails 7. Not sure
+# the future of cocoon in general. https://github.com/nathanvda/cocoon/issues/555
+gem "sprockets-rails"
+
+
gem 'capybara', "~> 3.0"
gem 'webdrivers', '~> 4.0'
gem "selenium-webdriver"
gem "byebug"