Skip to content

Commit

Permalink
chore:(Update gem openapi_first latest 2.1.1)
Browse files Browse the repository at this point in the history
chore:(Update gems rack 3 rack-protection 4.2.0 sinatra 4.1.0)
chore:(update .ruby-version to 3.2.6)
  • Loading branch information
impurist committed Nov 19, 2024
1 parent 9653212 commit d41ca2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ group :test do
gem "approvals", ">=0.0.24", "<1.0.0"
gem "tzinfo", "~>2.0"
gem "faraday-retry", "~>2.0"
gem "openapi_first", "~>0.20"
gem "openapi_first", "~>2.1.1"
end

group :pg, optional: true do
Expand Down
6 changes: 3 additions & 3 deletions pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "webmachine", ">= 2.0.0.beta", "< 3.0"
gem.add_runtime_dependency "webrick", "~> 1.8" # webmachine requires webrick, but doesn't declare it as a dependency :shrug:
gem.add_runtime_dependency "semver2", "~> 3.4.2"
gem.add_runtime_dependency "rack", ">= 2.2.3", "~> 2.2" # TODO update to 3
gem.add_runtime_dependency "rack", ">= 3.0.9.1", "~> 3.0"
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", "~> 3.0"
gem.add_runtime_dependency "sinatra", "~> 4.1.0"
gem.add_runtime_dependency "haml", "~>5.0"
gem.add_runtime_dependency "sucker_punch", "~>3.0"
gem.add_runtime_dependency "rack-protection", "~> 3.0"
gem.add_runtime_dependency "rack-protection", "~> 4.1.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 d41ca2d

Please sign in to comment.