Skip to content

Commit d7110e3

Browse files
committed
Pin power_assert to v2 for Ruby 2.7 (v3 requires 3.1+)
* See ruby/power_assert#61 * Same approach as ruby/irb#1135
1 parent 3550148 commit d7110e3

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
@@ -7,4 +7,5 @@ group :development do
77
gem 'ruby-maven', :platforms => :jruby
88
gem 'test-unit'
99
gem 'test-unit-ruby-core', ">= 1.0.7"
10+
gem 'power_assert', '~> 2.0' if RUBY_VERSION < '3.0' # https://github.com/ruby/power_assert/pull/61
1011
end

0 commit comments

Comments
 (0)