Skip to content

Commit

Permalink
depend expliticitly on same rspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 27, 2010
1 parent 758736f commit eda6ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -19,9 +19,9 @@ begin
gem.homepage = "http://github.com/rspec/meta"
gem.authors = ["David Chelimsky", "Chad Humphries"]
gem.rubyforge_project = "rspec"
gem.add_dependency "rspec-core", ">= #{Rspec::Version::STRING}"
gem.add_dependency "rspec-expectations", ">= #{Rspec::Version::STRING}"
gem.add_dependency "rspec-mocks", ">= #{Rspec::Version::STRING}"
gem.add_dependency "rspec-core", Rspec::Version::STRING
gem.add_dependency "rspec-expectations", Rspec::Version::STRING
gem.add_dependency "rspec-mocks", Rspec::Version::STRING
gem.post_install_message = <<-EOM
#{"*"*50}
Expand Down

0 comments on commit eda6ab1

Please sign in to comment.