From 860af9614340268c04fbf99737409605ac2a3c98 Mon Sep 17 00:00:00 2001 From: Scott Hain Date: Fri, 23 Jun 2017 12:45:10 -0700 Subject: Remove extra rspec Signed-off-by: Scott Hain --- Gemfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index fa7293c9..f3a86d61 100644 --- a/Gemfile +++ b/Gemfile @@ -2,12 +2,6 @@ source "https://rubygems.org" gemspec -# https://github.com/sj26/rspec_junit_formatter/pull/14 -# rspec_junit_formatter isn't compatible with RSpec3 yet, but is fixed in -# master. Once it's released we should remove this. -gem "rspec_junit_formatter", :git => 'git://github.com/sj26/rspec_junit_formatter.git', - :ref => "147836c41fab23ff7b92806f34122c8e5f2ddcad" - if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("1.9.3") gem "mixlib-shellout", "~> 1.4.0" end -- cgit v1.2.1