File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem "pg", "~>1.5"
5
5
gem "puma" , "~> 5.6" , ">= 5.6.7"
6
6
gem "mysql2" , "~>0.3"
7
7
gem "sqlite3" , "~>1.6"
8
- gem "rake" , "~> 13.0 "
8
+ gem "rake" , "~> 13.1 "
9
9
10
10
# While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding
11
11
gem "sucker_punch" , git : "https://github.com/pact-foundation/sucker_punch.git" , ref : "fix/rename-is-singleton-class-method-2"
Original file line number Diff line number Diff line change 116
116
rack-protection (2.2.4 )
117
117
rack
118
118
rainbow (3.1.1 )
119
- rake (13.0.6 )
119
+ rake (13.1.0 )
120
120
redcarpet (3.6.0 )
121
121
reform (2.6.2 )
122
122
disposable (>= 0.5.0 , < 1.0.0 )
@@ -169,7 +169,7 @@ DEPENDENCIES
169
169
pact_broker
170
170
pg (~> 1.5 )
171
171
puma (~> 5.6 , >= 5.6.7 )
172
- rake (~> 13.0 )
172
+ rake (~> 13.1 )
173
173
sqlite3 (~> 1.6 )
174
174
sucker_punch !
175
175
You can’t perform that action at this time.
0 commit comments