Skip to content

Commit d24087f

Browse files
chore(deps): Bump rake from 13.0.6 to 13.1.0 in /pact_broker
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]>
1 parent 899f555 commit d24087f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pact_broker/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "pg", "~>1.5"
55
gem "puma", "~> 5.6", ">= 5.6.7"
66
gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>1.6"
8-
gem "rake", "~> 13.0"
8+
gem "rake", "~> 13.1"
99

1010
# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding
1111
gem "sucker_punch", git: "https://github.com/pact-foundation/sucker_punch.git", ref: "fix/rename-is-singleton-class-method-2"

pact_broker/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
rack-protection (2.2.4)
117117
rack
118118
rainbow (3.1.1)
119-
rake (13.0.6)
119+
rake (13.1.0)
120120
redcarpet (3.6.0)
121121
reform (2.6.2)
122122
disposable (>= 0.5.0, < 1.0.0)
@@ -169,7 +169,7 @@ DEPENDENCIES
169169
pact_broker
170170
pg (~> 1.5)
171171
puma (~> 5.6, >= 5.6.7)
172-
rake (~> 13.0)
172+
rake (~> 13.1)
173173
sqlite3 (~> 1.6)
174174
sucker_punch!
175175

0 commit comments

Comments
 (0)