Skip to content

Commit 0a57752

Browse files
committed
Merge pull request #1056 from rspec/30-readme
Make README.md instruct users to install 3.0.0
2 parents 8482811 + dbca454 commit 0a57752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add `rspec-rails` to **both** the `:development` and `:test` groups in the
1212

1313
```ruby
1414
group :development, :test do
15-
gem 'rspec-rails', '~> 3.0.0.beta'
15+
gem 'rspec-rails', '~> 3.0.0'
1616
end
1717
```
1818

0 commit comments

Comments
 (0)