From 65331eb94da1c454aac31c5da2851249495220f0 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Wed, 14 Nov 2012 11:30:29 +0900 Subject: [PATCH] use official gem instead of my fork. --- ruby-runtime/Gemfile | 2 -- ruby-runtime/jenkins-plugin-runtime.gemspec | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ruby-runtime/Gemfile b/ruby-runtime/Gemfile index cf2c1df..c711a7f 100644 --- a/ruby-runtime/Gemfile +++ b/ruby-runtime/Gemfile @@ -2,5 +2,3 @@ source "http://rubygems.org" # Specify your gem's dependencies in jenkins-plugins.gemspec gemspec - -gem "rspec-spies", github: 'hsbt/rspec-spies', branch: 'fix-circular-dependency' diff --git a/ruby-runtime/jenkins-plugin-runtime.gemspec b/ruby-runtime/jenkins-plugin-runtime.gemspec index 07f7b6b..6d5ddee 100644 --- a/ruby-runtime/jenkins-plugin-runtime.gemspec +++ b/ruby-runtime/jenkins-plugin-runtime.gemspec @@ -24,5 +24,6 @@ Gem::Specification.new do |s| s.add_development_dependency "rake" s.add_development_dependency "rspec" + s.add_development_dependency "rspec-spies", ">= 2.1.3" s.add_development_dependency "jenkins-war", "> 1.445" end