1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update power_assert to 1.1.4

This update fixes a failure of test-bundled-gems, so we revert r67275.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2019-03-24 00:28:51 +00:00
parent 7e421044a3
commit 831e93d928
2 changed files with 1 additions and 3 deletions

View file

@ -24,7 +24,6 @@ jobs:
- script: |
TRAVIS=1 make $(task)
displayName: "test"
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
- job: macOS
pool:
@ -51,7 +50,6 @@ jobs:
- script: |
make $(task)
displayName: "test"
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
# - job: vs2015
# pool:

View file

@ -1,7 +1,7 @@
did_you_mean 1.3.0 https://github.com/yuki24/did_you_mean
minitest 5.11.3 https://github.com/seattlerb/minitest
net-telnet 0.2.0 https://github.com/ruby/net-telnet
power_assert 1.1.3 https://github.com/k-tsj/power_assert
power_assert 1.1.4 https://github.com/k-tsj/power_assert
rake 12.3.2 https://github.com/ruby/rake
test-unit 3.2.9 https://github.com/test-unit/test-unit
xmlrpc 0.3.0 https://github.com/ruby/xmlrpc