From 7209d018fef712c59ba23206cbc836083d9e1299 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 13 Jun 2017 11:16:43 -0500 Subject: Remove the vcr gem from the specs since we rolled our own --- spec/support/rubygems_ext.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb index c88779b483..cfc481ef83 100644 --- a/spec/support/rubygems_ext.rb +++ b/spec/support/rubygems_ext.rb @@ -19,8 +19,6 @@ module Spec # 3.0.0 breaks 1.9.2 specs "builder" => "2.1.2", "bundler" => "1.12.0", - # 3.0 is Ruby 1.9.3+ - "vcr" => "~> 2.9", } # ruby-graphviz is used by the viz tests deps["ruby-graphviz"] = nil if RUBY_VERSION >= "1.9.3" -- cgit v1.2.1