diff options
author | Kazuki Tsujimoto <kazuki@callcc.net> | 2020-03-22 13:07:05 +0900 |
---|---|---|
committer | Kazuki Tsujimoto <kazuki@callcc.net> | 2020-03-22 13:07:05 +0900 |
commit | 355c27d2b0f8f765354df0f4f1ea12977a661d8c (patch) | |
tree | 540bbaa9c35ca75916dfc139fae1121d55c6823c /gems | |
parent | 5908914ea2dcb666e099747006e4de262b46ed77 (diff) | |
download | ruby-355c27d2b0f8f765354df0f4f1ea12977a661d8c.tar.gz |
Update power_assert to 1.1.7
This update fixes test-bundled-gems failures:
https://github.com/ruby/actions/actions/runs/60272820
https://github.com/ruby/actions/actions/runs/60273425
Diffstat (limited to 'gems')
-rw-r--r-- | gems/bundled_gems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gems/bundled_gems b/gems/bundled_gems index 19ca90b617..21e0423bed 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -1,5 +1,5 @@ minitest 5.14.0 https://github.com/seattlerb/minitest -power_assert 1.1.6 https://github.com/k-tsj/power_assert +power_assert 1.1.7 https://github.com/k-tsj/power_assert rake 13.0.1 https://github.com/ruby/rake test-unit 3.3.5 https://github.com/test-unit/test-unit rexml 3.2.4 https://github.com/ruby/rexml |