Skip to content

Commit

Permalink
Finish 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Nov 5, 2024
2 parents 035e407 + 972fae0 commit 9076a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions sinatra-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ 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 'rack-rdf', '~> 3.3', '>= 3.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 9076a29

Please sign in to comment.