Skip to content

Commit c8b101e

Browse files
committed
CI: Pin power_assert to v2.x to drop support for Ruby < 3.1
1 parent ec9c70a commit c8b101e

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)