Skip to content

Commit

Permalink
make deps on other rspec gems ~> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 17, 2010
1 parent 4830d09 commit 39234df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rspec-mocks.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

s.add_dependency "rspec-core", RSpec::Mocks::Version::STRING
s.add_dependency "rspec-expectations", RSpec::Mocks::Version::STRING
s.add_dependency "rspec-core", "~> 2.0.0"
s.add_dependency "rspec-expectations", "~> 2.0.0"
end

0 comments on commit 39234df

Please sign in to comment.