Skip to content

Commit ac5e91b

Browse files
authored
Update minitest (#1177)
1 parent 636c38f commit ac5e91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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"
14+
gem "minitest", ">= 5.15.0", "< 5.22.0"
1515
gem "msgpack", ">= 1.7.0"
1616

1717
if ENV["RAILS_SOURCE"]

0 commit comments

Comments
 (0)