Skip to content

Commit

Permalink
Update RDF dependency to 3.2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 7, 2022
1 parent 2358ded commit e180cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sparql/algebra/expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def self.new(sse, parent_operator: nil, **options)
logger = options[:logger]
options.delete_if {|k, v| [:debug, :logger, :depth, :prefixes, :base_uri, :update, :validate].include?(k) }
begin
# Due to confusiong over (triple) and special-case for (qtriple)
# Due to confusion over (triple) and special-case for (qtriple)
if operator == RDF::Query::Pattern
options = options.merge(quoted: true) if sse.first == :qtriple
elsif operator == Operator::Triple && PATTERN_PARENTS.include?(parent_operator)
Expand Down
2 changes: 1 addition & 1 deletion sparql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.6'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.2', '>= 3.2.7'
gem.add_runtime_dependency 'rdf', '~> 3.2', '>= 3.2.8'
gem.add_runtime_dependency 'rdf-aggregate-repo', '~> 3.2'
gem.add_runtime_dependency 'ebnf', '~> 2.2', '>= 2.3.1'
gem.add_runtime_dependency 'builder', '~> 3.2'
Expand Down

0 comments on commit e180cc3

Please sign in to comment.