Skip to content

Commit dbca454

Browse files
author
Sam Phippen
committed
Make README.md instruct users to install 3.0.0
1 parent 8482811 commit dbca454

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)