Skip to content

Commit 2d94bbe

Browse files
authored
Merge pull request #2022 from existentialmutt/master
Update version in install instructions
2 parents c0fdfb8 + 834065c commit 2d94bbe

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
@@ -11,7 +11,7 @@ Add `rspec-rails` to **both** the `:development` and `:test` groups in the
1111

1212
```ruby
1313
group :development, :test do
14-
gem 'rspec-rails', '~> 3.7'
14+
gem 'rspec-rails', '~> 3.8'
1515
end
1616
```
1717

0 commit comments

Comments
 (0)