Skip to content

Commit 9f85b57

Browse files
committed
Update dependencies.
1 parent f15dec5 commit 9f85b57

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: ruby
22
bundler_args: --without debug
33
script: "bundle exec rspec spec"
4+
before_install: "gem update --system"
5+
46
env:
57
- CI=true
68
gemfile:
@@ -10,6 +12,7 @@ rvm:
1012
- 2.2
1113
- 2.3
1214
- 2.4
15+
- 2.5
1316
- jruby-9
1417
- rbx-3
1518
cache: bundler

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "jruby-openssl", platforms: :jruby
99
gem "nokogiri", '~> 1.8'
1010

1111
group :development, :test do
12-
gem 'ebnf', git: "https://github.com/gkellogg/ebnf", branch: "develop"
12+
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"
1313
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
1414
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
1515
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"

Gemfile-pure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "jruby-openssl", platforms: :jruby
99
#gem "nokogiri", '~> 1.8'
1010

1111
group :development, :test do
12-
gem 'ebnf', git: "https://github.com/gkellogg/ebnf", branch: "develop"
12+
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"
1313
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
1414
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
1515
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
9393
## Dependencies
9494

9595
* [Ruby](http://ruby-lang.org/) (>= 2.2.2)
96-
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 2.0)
96+
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 3.0)
9797
* [Net::HTTP::Persistent](http://rubygems.org/gems/net-http-persistent) (>= 1.4)
98-
* Soft dependency on [SPARQL](http://rubygems.org/gems/sparql) (>= 2.0)
99-
* Soft dependency on [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.6)
98+
* Soft dependency on [SPARQL](http://rubygems.org/gems/sparql) (~> 3.0)
99+
* Soft dependency on [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.7)
100100

101101
## Installation
102102

0 commit comments

Comments
 (0)