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:
parent
7e421044a3
commit
831e93d928
@ -24,7 +24,6 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
TRAVIS=1 make $(task)
|
TRAVIS=1 make $(task)
|
||||||
displayName: "test"
|
displayName: "test"
|
||||||
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
|
|
||||||
|
|
||||||
- job: macOS
|
- job: macOS
|
||||||
pool:
|
pool:
|
||||||
@ -51,7 +50,6 @@ jobs:
|
|||||||
- script: |
|
- script: |
|
||||||
make $(task)
|
make $(task)
|
||||||
displayName: "test"
|
displayName: "test"
|
||||||
continueOnError: true # test-bundled-gems is failing on trunk by power_assert now. TODO: remove this once it gets green
|
|
||||||
|
|
||||||
# - job: vs2015
|
# - job: vs2015
|
||||||
# pool:
|
# pool:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
did_you_mean 1.3.0 https://github.com/yuki24/did_you_mean
|
did_you_mean 1.3.0 https://github.com/yuki24/did_you_mean
|
||||||
minitest 5.11.3 https://github.com/seattlerb/minitest
|
minitest 5.11.3 https://github.com/seattlerb/minitest
|
||||||
net-telnet 0.2.0 https://github.com/ruby/net-telnet
|
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
|
rake 12.3.2 https://github.com/ruby/rake
|
||||||
test-unit 3.2.9 https://github.com/test-unit/test-unit
|
test-unit 3.2.9 https://github.com/test-unit/test-unit
|
||||||
xmlrpc 0.3.0 https://github.com/ruby/xmlrpc
|
xmlrpc 0.3.0 https://github.com/ruby/xmlrpc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user