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 7ea4489 commit e2fd2cfCopy full SHA for e2fd2cf
Gemfile
@@ -16,6 +16,7 @@ gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
16
gem "rake"
17
gem "test-unit"
18
gem "test-unit-ruby-core"
19
+gem "power_assert", "~> 2.0" if RUBY_VERSION < '3.0' # https://github.com/ruby/power_assert/pull/61
20
21
gem "rubocop"
22
0 commit comments