Skip to content

Commit ba01c8d

Browse files
committed
CI: Pin power_assert to v2 as power_assert v3 has dropped support for Ruby < 3.1.
1 parent ec9c70a commit ba01c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ gemspec
55
gem "rake"
66
gem "test-unit"
77
gem "test-unit-ruby-core"
8+
gem "power_assert", "~> 2.0" if RUBY_VERSION < '3.1' # https://github.com/ruby/power_assert/pull/61
89
gem "webrick"

0 commit comments

Comments
 (0)