From c448189baccd19c1c2eef23e406c42cc1bb3492f Mon Sep 17 00:00:00 2001 From: Eric Moon Date: Sat, 28 Jul 2018 11:05:25 -0700 Subject: [PATCH] Move back to 1.9 hash style --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ad7a2096..cd9aba56 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,8 @@ end group :test do # Pull in the fix for rails-dom-testing issue #42 # TODO: Remove with Rails 5 and rails-dom-testing 2.x - gem 'rails-dom-testing', :git => 'https://github.com/rails/rails-dom-testing', :ref => 'a64f30514ee65f172c43f42cfd4500b5e11a561a' + gem 'rails-dom-testing', git: 'https://github.com/rails/rails-dom-testing', ref: 'a64f30514ee65f172c43f42cfd4500b5e11a561a' + gem "factory_girl_rails" gem "rspec-expectations"