Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 29, 2011
1 parent 7d1ed0c commit abf7657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features/GemVersions.md
Expand Up @@ -9,5 +9,6 @@ Which _versions_ get installed is a bit trickier.
The rspec gem uses a [Pessimistic Version
Constraint](http://docs.rubygems.org/read/chapter/16#page74) (e.g. "~> 2.4.0")
to declare its dependencies on the rspec-core, rspec-expectations, and
rspec-mocks gems. This means that when you install rspec-2.4.0, you'll get the
latest patch releases of rspec-2.4, but you won't get versions >= 2.5.
rspec-mocks gems. This means that when you install rspec-2.6.0, you'll get the
latest patch releases of rspec-core-2.4, rspec-expectations-2.4, and
rspec-mocks-2.4, but you won't get versions >= 2.5.

0 comments on commit abf7657

Please sign in to comment.