Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
use official gem instead of my fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 14, 2012
1 parent 5627a2f commit 65331eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions ruby-runtime/Gemfile
Expand Up @@ -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'
1 change: 1 addition & 0 deletions ruby-runtime/jenkins-plugin-runtime.gemspec
Expand Up @@ -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

0 comments on commit 65331eb

Please sign in to comment.