Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 27, 2023
1 parent 6f5ee63 commit d7206d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sparql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'ebnf', '~> 2.4'
gem.add_runtime_dependency 'builder', '~> 3.2', '>= 3.2.4'
gem.add_runtime_dependency 'logger', '~> 1.5'
gem.add_runtime_dependency 'sxp', '~> 1.2', '>= 1.2.4'
gem.add_runtime_dependency 'sparql-client', '~> 3.2', '>= 3.2.2'
gem.add_runtime_dependency 'sxp', '~> 1.3'
gem.add_runtime_dependency 'sparql-client', '~> 3.3'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'

gem.add_development_dependency 'sinatra', '~> 3.1'
gem.add_development_dependency 'rack', '>= 2.2', '< 4'
gem.add_development_dependency 'rack-test', '~> 2.1'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
gem.add_development_dependency 'linkeddata', '~> 3.2'
gem.add_development_dependency 'linkeddata'
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'rspec-its', '~> 1.3'
gem.add_development_dependency 'yard' , '~> 0.9'
Expand Down

0 comments on commit d7206d0

Please sign in to comment.