Skip to content

Commit

Permalink
Merge pull request #210 from pact-foundation/dependabot/bundler/pact_…
Browse files Browse the repository at this point in the history
…broker/puma-5.6.9

chore(deps): bump puma from 5.6.8 to 5.6.9 in /pact_broker
  • Loading branch information
YOU54F authored Sep 27, 2024
2 parents 51e075a + 0dc981e commit d97fb02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "puma", "~> 5.6"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "rake", "~> 13.0"
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
pg (1.5.8)
psych (5.1.2)
stringio
puma (5.6.8)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
Expand Down Expand Up @@ -168,7 +168,7 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.5)
puma (~> 5.6, >= 5.6.8)
puma (~> 5.6)
rake (~> 13.0)
sqlite3 (~> 1.6)

Expand Down

0 comments on commit d97fb02

Please sign in to comment.