Skip to content

Commit e8d8c3b

Browse files
committed
Dependency update in README and update ruby versions in travis-ci.
1 parent 0f8bebe commit e8d8c3b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.4
8-
- 2.3.0
9-
- jruby-9.0.4.0
10-
- rbx-2
7+
- 2.2.5
8+
- 2.3.1
9+
- jruby-9.0.5.0
10+
- rbx
1111
cache: bundler
1212
sudo: false
1313
matrix:
1414
allow_failures:
15-
- rvm: rbx-2
15+
- rvm: rbx

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Note that in most cases, if the instance is empty and mutable, the appropriate s
3131

3232
## Dependencies
3333

34-
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.3.1)
35-
* [RSpec](http://rubygems.org/gems/rspec) (>= 2.1.0)
34+
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 2.0)
35+
* [RSpec](http://rubygems.org/gems/rspec) (~> 3.0)
3636

3737
## Installation
3838

0 commit comments

Comments
 (0)