We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f020fd commit e9f5a42Copy full SHA for e9f5a42
Gemfile
@@ -11,6 +11,7 @@ gem "pg", ">= 0.18.0"
11
gem "sqlite3", "~> 1.4"
12
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
13
gem "benchmark-ips"
14
+gem "minitest", ">= 5.15.0", "< 5.16"
15
16
if ENV["RAILS_SOURCE"]
17
gemspec path: ENV["RAILS_SOURCE"]
0 commit comments