Skip to content

Commit

Permalink
feat(deps): Update puma to 5.3.1 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
barthez authored May 24, 2021
1 parent 9f706a6 commit 3b31b26
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.0"
gem "puma", "~> 4.3", ">= 4.3.8"
gem "puma", "~> 5.3"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.3"
gem "rake", "~> 13.0"
Expand Down
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
thor (~> 0.18)
padrino-support (0.15.0)
pg (1.2.3)
puma (4.3.8)
puma (5.3.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -161,7 +161,7 @@ DEPENDENCIES
mysql2 (~> 0.3)
pact_broker
pg (~> 1.0)
puma (~> 4.3, >= 4.3.8)
puma (~> 5.3)
rake (~> 13.0)
sqlite3 (~> 1.3)
webrick (~> 1.6)
Expand Down

0 comments on commit 3b31b26

Please sign in to comment.