Skip to content

Commit f676608

Browse files
authored
Merge pull request #1023 from aidanharan/minitest-version
Lock minitest to version 5.15
2 parents 3ef20b3 + 5c74824 commit f676608

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0.0
1+
7.0.4

0 commit comments

Comments
 (0)