File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
gem 'rdf' , git : "https://github.com/ruby-rdf/rdf" , branch : "develop"
6
6
gem 'rdf-aggregate-repo' , git : "https://github.com/ruby-rdf/rdf-aggregate-repo" , branch : "develop"
7
7
gem 'sparql' , git : "https://github.com/ruby-rdf/sparql" , branch : "develop"
8
- gem "nokogiri" , '~> 1.8 '
8
+ gem "nokogiri" , '~> 1.11 '
9
9
10
10
group :development , :test do
11
11
gem 'ebnf' , git : "https://github.com/dryruby/ebnf" , branch : "develop"
Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ sparql.delete_data(data)
126
126
127
127
* [ Ruby] ( https://ruby-lang.org/ ) (>= 2.4)
128
128
* [ RDF.rb] ( https://rubygems.org/gems/rdf ) (~ > 3.1)
129
- * [ Net::HTTP::Persistent] ( https://rubygems.org/gems/net-http-persistent ) (~ > 3 .1)
129
+ * [ Net::HTTP::Persistent] ( https://rubygems.org/gems/net-http-persistent ) (~ > 4.0, >= 4.0 .1)
130
130
* Soft dependency on [ SPARQL] ( https://rubygems.org/gems/sparql ) (~ > 3.1)
131
- * Soft dependency on [ Nokogiri] ( https://rubygems.org/gems/nokogiri ) (>= 1.10 )
131
+ * Soft dependency on [ Nokogiri] ( https://rubygems.org/gems/nokogiri ) (>= 1.11 )
132
132
133
133
## Installation
134
134
Original file line number Diff line number Diff line change 1
- 3.1.1
1
+ 3.1.2
You can’t perform that action at this time.
0 commit comments