Skip to content

Commit

Permalink
chore(deps): update dependency puma to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent c2720e9 commit 8654a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "pact_broker" # Would pin this to a known minor version when using properly eg. gem "pact_broker", "~> 2.90"
gem "puma", "~> 5.3" # Can be replaced with your choice of application server
gem "puma", "~> 6.0" # Can be replaced with your choice of application server
gem "sqlite3", "~>1.3" # Sqlite is just for testing. Replace this with "pg" for production.
# gem "pg" # Production database gem

0 comments on commit 8654a39

Please sign in to comment.