Skip to content

Commit

Permalink
Bump sinatra to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Sep 19, 2024
1 parent 3a9e821 commit 7384bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jekyll-admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"
spec.required_rubygems_version = ">= 2.7.0"

spec.add_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_dependency "sinatra", ">= 1.4"
spec.add_dependency "sinatra-contrib", ">= 1.4"
spec.add_runtime_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_runtime_dependency "sinatra", "~> 4.0"
spec.add_runtime_dependency "sinatra-contrib", "~> 4.0"
end

0 comments on commit 7384bac

Please sign in to comment.