summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-06-23 12:45:10 -0700
committerScott Hain <shain@chef.io>2017-06-23 12:45:10 -0700
commit860af9614340268c04fbf99737409605ac2a3c98 (patch)
tree699082f27461b90e4fe64bfd1058e386de782476
parent3adddb69f1cd3ee1e6b42268d150922933289af8 (diff)
downloadohai-shain/whatishthis2.tar.gz
Remove extra rspecshain/whatishthis2
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 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