summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-28 21:38:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-06 07:43:12 +0900
commit39a40bc97bd6e1f1e247e689a0762a98c1e17c20 (patch)
treed0eec7ab8fc0b2e6c0c07b04dc2a16243a7f1e8a
parent0de10cca73bd9e906b9bdfa730b2d10173d0df24 (diff)
downloadbundler-39a40bc97bd6e1f1e247e689a0762a98c1e17c20.tar.gz
Revert "Added additional dependency for Ruby 2.8"
This reverts commit a39e100be885f72a261a4c78032655d13502e44e.
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index 96de64c537..5299a7b447 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -24,8 +24,6 @@ module Spec
"builder" => "~> 3.2",
# ruby-graphviz is used by the viz tests
"ruby-graphviz" => ">= 0.a",
- # ruby-graphviz depends on rexml after Ruby 2.8
- "rexml" => ">= 0.a",
}
extend self