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 5a1e04b commit 2b8f853Copy full SHA for 2b8f853
Gemfile
@@ -11,6 +11,11 @@ group :development do
11
gem "test-unit-ruby-core"
12
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/
13
gem "simplecov", require: false
14
+
15
+ if RUBY_VERSION < "3.1."
16
+ # Ref: https://github.com/test-unit/test-unit/pull/329
17
+ gem 'power_assert', '< 3.0.0'
18
+ end
19
end
20
21
group :release do
0 commit comments