Skip to content

Commit e77ec5f

Browse files
committed
Version 3.1.2.
1 parent be19290 commit e77ec5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"
66
gem 'rdf-aggregate-repo', git: "https://github.com/ruby-rdf/rdf-aggregate-repo", branch: "develop"
77
gem 'sparql', git: "https://github.com/ruby-rdf/sparql", branch: "develop"
8-
gem "nokogiri", '~> 1.8'
8+
gem "nokogiri", '~> 1.11'
99

1010
group :development, :test do
1111
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ sparql.delete_data(data)
126126

127127
* [Ruby](https://ruby-lang.org/) (>= 2.4)
128128
* [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)
130130
* 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)
132132

133133
## Installation
134134

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.1.2

0 commit comments

Comments
 (0)