Skip to content

Commit

Permalink
Pin power_assert to 1.2 series (#1678)
Browse files Browse the repository at this point in the history
`power_assert` recently released version 2.0 which caused some
issues on older versions of Ruby. Pin to 1.2 for now until we
deprecate support for older versions of Ruby.
  • Loading branch information
dblessing committed Feb 12, 2021
1 parent 4ba99f4 commit 442c8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -8,6 +8,7 @@ gem 'rake'

gem 'minitest', '>= 5.0'
gem 'minitest-power_assert'
gem 'power_assert', '~> 1.2'

gem 'parallel', '~> 1.13.0' if RUBY_VERSION < '2.2.0'
gem 'rubocop', '~> 0.49.1'
Expand Down

0 comments on commit 442c8f4

Please sign in to comment.