Skip to content

Commit

Permalink
Version 3.3.1. Uses rack-rdf >= 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 5, 2024
1 parent 9aa005d commit 7dd2598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
2 changes: 1 addition & 1 deletion rack-linkeddata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0'
gem.requirements = []
gem.add_runtime_dependency 'linkeddata', '~> 3.3'
gem.add_runtime_dependency 'rack-rdf', '~> 3.3'
gem.add_runtime_dependency 'rack-rdf', '~> 3.3', '>= 3.3.1'
gem.add_runtime_dependency 'rack', '~> 3.1'

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

0 comments on commit 7dd2598

Please sign in to comment.