Skip to content

Commit

Permalink
Merge pull request rubygems#15 from jasonmp85/patch-1
Browse files Browse the repository at this point in the history
Explanation of approximate dependencies incorrect
  • Loading branch information
Andre Arko committed Jun 8, 2011
2 parents 0abc14b + 08e5a60 commit 33b9299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/gemfile.haml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Most of the version specifiers, like <code>>= 1.0</code>, are self-explanatory.
The specifier <code>~></code> has a special meaning, best shown by example.
<code>~> 2.0.3</code> is identical to <code>>= 2.0.3</code> and <code>< 2.1</code>.
<code>~> 2.1</code> is identical to <code>>= 2.1</code> and <code>< 2.2</code>.
<code>~> 2.1</code> is identical to <code>>= 2.1</code> and <code>< 3.0</code>.
<code>~> 2.2.beta</code> will match prerelease versions like <code>2.2.beta.12</code>.

.bullet
Expand Down

0 comments on commit 33b9299

Please sign in to comment.