Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 93eeb17

Browse files
authored
Merge pull request #55 from codecov/thomasrockhu-ruby-1.9-readme
Update readme to reflect Ruby > 1.9
2 parents 0ab3ae2 + 1bfd47b commit 93eeb17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ codecov-ruby [![Build Status](https://secure.travis-ci.org/codecov/codecov-ruby.
55
> Add to your `Gemfile`
66
77
```ruby
8-
gem 'codecov', :require => false, :group => :test
8+
gem 'codecov', require: false, group: 'test'
99
```
1010

1111
> Add to the top of your `tests/helper.rb` file

0 commit comments

Comments
 (0)