Skip to content

Commit c8fe1fb

Browse files
chore(deps): bump puma from 6.6.0 to 6.6.1 in /pact_broker
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84f715c commit c8fe1fb

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", "~> 6.6"
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
@@ -111,7 +111,7 @@ GEM
111111
psych (5.2.6)
112112
date
113113
stringio
114-
puma (6.6.0)
114+
puma (6.6.1)
115115
nio4r (~> 2.0)
116116
racc (1.8.1)
117117
rack (3.1.16)
@@ -187,7 +187,7 @@ DEPENDENCIES
187187
pact_broker
188188
padrino-core (>= 0.16.0.pre3)
189189
pg (~> 1.5)
190-
puma (~> 6.0)
190+
puma (~> 6.6)
191191
rake (~> 13.0)
192192
sinatra (~> 4.0)
193193
sqlite3 (~> 2.7)

0 commit comments

Comments
 (0)