Skip to content

Commit e2fd2cf

Browse files
authored
Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+) (#1135)
1 parent 7ea4489 commit e2fd2cf

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
@@ -16,6 +16,7 @@ gem "reline", github: "ruby/reline" if ENV["WITH_LATEST_RELINE"] == "true"
1616
gem "rake"
1717
gem "test-unit"
1818
gem "test-unit-ruby-core"
19+
gem "power_assert", "~> 2.0" if RUBY_VERSION < '3.0' # https://github.com/ruby/power_assert/pull/61
1920

2021
gem "rubocop"
2122

0 commit comments

Comments
 (0)