Skip to content

Commit

Permalink
Depend on sinatra ~> 4.0 rather than 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 4, 2024
1 parent bce6fb8 commit 0430cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0'
gem.requirements = []
gem.add_runtime_dependency 'rack-rdf', '~> 3.3'
gem.add_runtime_dependency 'sinatra', '~> 3.1'
gem.add_runtime_dependency 'sinatra', '~> 4.0'

gem.add_development_dependency 'yard' , '~> 0.9'
gem.add_development_dependency 'rspec', '~> 3.12'
Expand Down

0 comments on commit 0430cf3

Please sign in to comment.