aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/rubygems_ext.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-05-31 17:31:29 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-05-31 17:31:29 -0700
commit2a2c88123f6e2662b845f76d6f6c4f0d9af76ac2 (patch)
treec10c8c703b4d73c2c4a31f7624e74f31635c5e46 /spec/support/rubygems_ext.rb
parentd46c78455b358aef295642d2421f3696fb365721 (diff)
downloadbundler-2a2c88123f6e2662b845f76d6f6c4f0d9af76ac2.tar.gz
[RubyGemsExt] ruby-graphviz is 1.9.3+
Diffstat (limited to 'spec/support/rubygems_ext.rb')
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index a39af497..47f660f0 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -21,7 +21,7 @@ module Spec
`gem install builder --version 2.1.2 --no-rdoc --no-ri`
`gem install rack --no-rdoc --no-ri`
# ruby-graphviz is used by the viz tests
- `gem install ruby-graphviz --no-rdoc --no-ri` if RUBY_VERSION > "1.8.7"
+ `gem install ruby-graphviz --no-rdoc --no-ri` if RUBY_VERSION >= "1.9.3"
end
ENV['HOME'] = Path.home.to_s