From c80446fbee0c9cabba9dcb3ac3a63c6ca150f65c Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 10 May 2016 10:43:56 +0530 Subject: [PATCH] Fix Gemfile.lock by updating rails-dom-testing - Followup of https://github.com/rails/rails/pull/24946. --- Gemfile.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e658f2bbfa..2e3b0349a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,19 +45,19 @@ PATH actionview (= 5.0.0.rc1) activejob (= 5.0.0.rc1) mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) actionpack (5.0.0.rc1) actionview (= 5.0.0.rc1) activesupport (= 5.0.0.rc1) rack (~> 2.x) rack-test (~> 0.6.3) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) actionview (5.0.0.rc1) activesupport (= 5.0.0.rc1) builder (~> 3.1) erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) + rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) activejob (5.0.0.rc1) activesupport (= 5.0.0.rc1) @@ -193,12 +193,9 @@ GEM rack (>= 0.4) rack-test (0.6.3) rack (>= 1.0) - rails-deprecated_sanitizer (1.0.3) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) + rails-dom-testing (2.0.0) + activesupport (>= 4.2.0, < 6.0) nokogiri (~> 1.6.0) - rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) rake (11.1.2)