提交 943b96c7 编写于 作者: K Kasper Timm Hansen

Merge pull request #24948 from prathamesh-sonpatki/fix-gemfile-lock

Fix Gemfile.lock by updating rails-dom-testing
...@@ -45,19 +45,19 @@ PATH ...@@ -45,19 +45,19 @@ PATH
actionview (= 5.0.0.rc1) actionview (= 5.0.0.rc1)
activejob (= 5.0.0.rc1) activejob (= 5.0.0.rc1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 2.0)
actionpack (5.0.0.rc1) actionpack (5.0.0.rc1)
actionview (= 5.0.0.rc1) actionview (= 5.0.0.rc1)
activesupport (= 5.0.0.rc1) activesupport (= 5.0.0.rc1)
rack (~> 2.x) rack (~> 2.x)
rack-test (~> 0.6.3) 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) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.0.rc1) actionview (5.0.0.rc1)
activesupport (= 5.0.0.rc1) activesupport (= 5.0.0.rc1)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) 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) rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.0.rc1) activejob (5.0.0.rc1)
activesupport (= 5.0.0.rc1) activesupport (= 5.0.0.rc1)
...@@ -193,12 +193,9 @@ GEM ...@@ -193,12 +193,9 @@ GEM
rack (>= 0.4) rack (>= 0.4)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3) rails-dom-testing (2.0.0)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0, < 6.0)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0) nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3) rails-html-sanitizer (1.0.3)
loofah (~> 2.0) loofah (~> 2.0)
rake (11.1.2) rake (11.1.2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册