Skip to content

Commit

Permalink
Change Nokogiri dependency in Gemfile to ~> 1.10, as 1.11 no requires…
Browse files Browse the repository at this point in the history
… Ruby ~> 2.5.
  • Loading branch information
gkellogg committed Jan 18, 2021
1 parent 9dd2b6d commit a589bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"
gem 'rdf-aggregate-repo', git: "https://github.com/ruby-rdf/rdf-aggregate-repo", branch: "develop"
gem 'sparql', git: "https://github.com/ruby-rdf/sparql", branch: "develop"
gem "nokogiri", '~> 1.11'
gem "nokogiri", '~> 1.10'

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

0 comments on commit a589bcd

Please sign in to comment.