Skip to content

Commit 00c0f50

Browse files
committed
Merge pull request #594 from redis/newer-ruby
Test on Ruby 2.3
2 parents 11d5d84 + f57d939 commit 00c0f50

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rvm:
66
- 2.0
77
- 2.1
88
- 2.2
9+
- 2.3.0
910
- jruby-18mode
1011
- jruby-19mode
1112
- rbx-2

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To install **redis-rb**, run the following command:
2929
gem install redis
3030
```
3131

32-
Or if you are using **bundler**, add
32+
Or if you are using **bundler**, add
3333

3434
```
3535
gem 'redis', '~>3.2'
@@ -298,9 +298,11 @@ This library is tested using [Travis][travis-home], where it is tested
298298
against the following interpreters and drivers:
299299

300300
* MRI 1.8.7 (drivers: ruby, hiredis)
301-
* MRI 1.9.2 (drivers: ruby, hiredis, synchrony)
302301
* MRI 1.9.3 (drivers: ruby, hiredis, synchrony)
303-
* MRI 2.0.0 (drivers: ruby, hiredis, synchrony)
302+
* MRI 2.0 (drivers: ruby, hiredis, synchrony)
303+
* MRI 2.1 (drivers: ruby, hiredis, synchrony)
304+
* MRI 2.2 (drivers: ruby, hiredis, synchrony)
305+
* MRI 2.3 (drivers: ruby, hiredis, synchrony)
304306
* JRuby 1.7 (1.8 mode) (drivers: ruby)
305307
* JRuby 1.7 (1.9 mode) (drivers: ruby)
306308

0 commit comments

Comments
 (0)