Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/66973
Change subject: Updated multi_json Ruby gem ...................................................................... Updated multi_json Ruby gem This shoud fix "Could not find multi_json-1.7.5 in any of the sources" error. Example: https://wmf.ci.cloudbees.com/job/browsertests-commons.wikimedia.beta.wmf labs.org-linux-chrome/95/console Change-Id: Ib85facac79cbc837b1634a4a46e1f6fa2be88594 --- M Gemfile.lock 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/73/66973/1 diff --git a/Gemfile.lock b/Gemfile.lock index df89313..928edcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,8 +24,7 @@ multi_json (~> 1.3) i18n (0.6.4) json (1.8.0) - multi_json (1.7.4) - multi_json (1.7.5) + multi_json (1.7.6) net-http-persistent (2.8) page-object (0.8.10) page_navigation (>= 0.8) -- To view, visit https://gerrit.wikimedia.org/r/66973 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib85facac79cbc837b1634a4a46e1f6fa2be88594 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
