Gemfile in attr_json-1.4.1 vs Gemfile in attr_json-1.5.0
- old
+ new
@@ -17,11 +17,11 @@
# that now our other tests can't be sure they're depending, this might not
# be the way to do it.
gem 'rails'
gem "pg"
-gem "rspec-rails", "~> 4.0"
+gem "rspec-rails", "~> 6.0"
gem "simple_form", ">= 4.0"
gem 'cocoon', ">= 1.2"
gem 'jquery-rails'
# Even though we don't use coffee-script, when running specs, some part of rails
@@ -35,10 +35,10 @@
# 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 'webdrivers', '~> 5.0'
gem "selenium-webdriver"
gem "byebug"