Skip to content

Commit

Permalink
feat: update sinatra and rack-protection to ~> 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 18, 2023
1 parent 6fe7af4 commit 92ebbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "redcarpet", ">= 3.5.1", "~>3.5"
gem.add_runtime_dependency "pact-support" , "~> 1.16", ">= 1.16.4"
gem.add_runtime_dependency "padrino-core", ">= 0.14.3", "~> 0.14"
gem.add_runtime_dependency "sinatra", ">= 2.0.8.1", "< 3.0"
gem.add_runtime_dependency "sinatra", "~> 3.0"
gem.add_runtime_dependency "haml", "~>5.0"
gem.add_runtime_dependency "sucker_punch", "~>2.0"
gem.add_runtime_dependency "rack-protection", ">= 2.0.8.1", "< 3.0"
gem.add_runtime_dependency "rack-protection", "~> 3.0"
gem.add_runtime_dependency "table_print", "~> 1.5"
gem.add_runtime_dependency "semantic_logger", "~> 4.11"
gem.add_runtime_dependency "sanitize", "~> 6.0"
Expand Down

0 comments on commit 92ebbdd

Please sign in to comment.