Skip to content

Commit

Permalink
Back off rack to '~> 2.2' < 4 because of sinatra.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 23, 2023
1 parent 7bc4371 commit 5cfeb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-linkeddata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'linkeddata', '~> 3.2', '>= 3.2.2'
gem.add_runtime_dependency 'rack-rdf', '~> 3.2', '>= 3.2.3'
gem.add_runtime_dependency 'rack', '~> 3.0'
gem.add_runtime_dependency 'rack', '>= 2.2', '< 4'

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

0 comments on commit 5cfeb0b

Please sign in to comment.