Skip to content

Commit

Permalink
chore(examples): pin suckerpunch path in example config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
nmu-student committed Jul 24, 2023
1 parent 70f7cbc commit f3a6167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gem "pact_broker" # Would pin this to a known minor version when using properly
gem "puma", "~> 5.3" # 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
gem "sucker_punch", git: "https://github.com/pact-foundation/sucker_punch.git", ref: "fix/rename-is-singleton-class-method-2"

0 comments on commit f3a6167

Please sign in to comment.