Skip to content

Commit e9f5a42

Browse files
committed
Lock minitest to 5.15
1 parent 5f020fd commit e9f5a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ gem "pg", ">= 0.18.0"
1111
gem "sqlite3", "~> 1.4"
1212
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
1313
gem "benchmark-ips"
14+
gem "minitest", ">= 5.15.0", "< 5.16"
1415

1516
if ENV["RAILS_SOURCE"]
1617
gemspec path: ENV["RAILS_SOURCE"]

0 commit comments

Comments
 (0)