Zfilipin has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360857 )

Change subject: Update testing documentation
......................................................................

Update testing documentation

It is no longer needed to use bundler < 1.8 I have tested it with the latest 
release 1.15.1.

Bug: T97464
Change-Id: I4edb0569fb281064b81439c076d97eb53d522c27
---
M README.md
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/57/360857/1

diff --git a/README.md b/README.md
index 5c02e91..1989196 100644
--- a/README.md
+++ b/README.md
@@ -121,12 +121,14 @@
 
 ## Testing
 
-You will need bundler < 1.8 (`gem install bundler -v '<1.8'`). Then:
+Install dependencies:
 
-    bundler install
-    rake
+    (sudo) gem install bundler
+    bundle install
 
-Will run all the linter, test and doc generation commands.
+Run linter, test and doc generation commands:
+
+    bundle exec rake
 
 ## Troubleshoot
 

-- 
To view, visit https://gerrit.wikimedia.org/r/360857
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4edb0569fb281064b81439c076d97eb53d522c27
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to