Skip to content

Commit

Permalink
chore(deps): Bump rake from 13.0.6 to 13.1.0 in /pact_broker
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 899f555 commit d24087f
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 @@ -5,7 +5,7 @@ gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.7"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6"
gem "rake", "~> 13.0"
gem "rake", "~> 13.1"

# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding
gem "sucker_punch", git: "https://github.com/pact-foundation/sucker_punch.git", ref: "fix/rename-is-singleton-class-method-2"
4 changes: 2 additions & 2 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
rack-protection (2.2.4)
rack
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
redcarpet (3.6.0)
reform (2.6.2)
disposable (>= 0.5.0, < 1.0.0)
Expand Down Expand Up @@ -169,7 +169,7 @@ DEPENDENCIES
pact_broker
pg (~> 1.5)
puma (~> 5.6, >= 5.6.7)
rake (~> 13.0)
rake (~> 13.1)
sqlite3 (~> 1.6)
sucker_punch!

Expand Down

0 comments on commit d24087f

Please sign in to comment.