aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
-rw-r--r--gems/bundled_gems2
2 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f05cc5e0f1..fa3c27a211 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -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:
diff --git a/gems/bundled_gems b/gems/bundled_gems
index 2230b9a0f6..f421045b98 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -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