Skip to content

Commit 2423718

Browse files
author
Robert Mitwicki
committed
Upgrade ruby to 2.1.5
1 parent d081867 commit 2423718

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.5

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ bundler_args: --without development
33
rvm:
44
- rbx-19mode
55
- jruby-19mode
6-
- 1.9.3
6+
- 2.1.5
7+
env: JRUBY_OPTS=--2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The core logic for handling CAS requests independent of any particular storage o
66

77
## Requirements
88

9-
* ruby 1.9.x
9+
* ruby 2.1.x
1010

1111
## Contributing
1212

0 commit comments

Comments
 (0)