File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
bundler_args : --without debug
3
3
script : " bundle exec rspec spec"
4
+ before_install : " gem update --system"
5
+
4
6
env :
5
7
- CI=true
6
8
gemfile :
10
12
- 2.2
11
13
- 2.3
12
14
- 2.4
15
+ - 2.5
13
16
- jruby-9
14
17
- rbx-3
15
18
cache : bundler
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem "jruby-openssl", platforms: :jruby
9
9
gem "nokogiri" , '~> 1.8'
10
10
11
11
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"
13
13
gem 'rdf-isomorphic' , git : "https://github.com/ruby-rdf/rdf-isomorphic" , branch : "develop"
14
14
gem 'rdf-spec' , git : "https://github.com/ruby-rdf/rdf-spec" , branch : "develop"
15
15
gem 'rdf-turtle' , git : "https://github.com/ruby-rdf/rdf-turtle" , branch : "develop"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem "jruby-openssl", platforms: :jruby
9
9
#gem "nokogiri", '~> 1.8'
10
10
11
11
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"
13
13
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
14
14
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
15
15
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ This is a [Ruby][] implementation of a [SPARQL][] client for [RDF.rb][].
93
93
## Dependencies
94
94
95
95
* [ 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)
97
97
* [ 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 )
100
100
101
101
## Installation
102
102
You can’t perform that action at this time.
0 commit comments