Skip to content

Commit 6b1c358

Browse files
chore(deps): update dependency puma to v7 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8010851 commit 6b1c358

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pact_broker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem "pact_broker"
44
gem "pg", "~>1.5"
5-
gem "puma", "~> 6.0"
5+
gem "puma", "~> 7.0"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>2.7", force_ruby_platform: true
88
gem "rake", "~> 13.0"

pact_broker/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
psych (5.2.6)
113113
date
114114
stringio
115-
puma (6.6.0)
115+
puma (7.0.4)
116116
nio4r (~> 2.0)
117117
racc (1.8.1)
118118
rack (3.1.16)
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
pact_broker
189189
padrino-core (>= 0.16.0.pre3)
190190
pg (~> 1.5)
191-
puma (~> 6.0)
191+
puma (~> 7.0)
192192
rake (~> 13.0)
193193
sinatra (~> 4.0)
194194
sqlite3 (~> 2.7)

0 commit comments

Comments
 (0)