mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
86eeb89809
This version is more robust. It reports common problems like fileexists-shared-forbidden and fileexists-no-change. In case of trouble it reports the error and goes to the next file. Bug: T189122 Change-Id: I510ba7d378cb71b177a54d2ba771c51fbdead90f
6 lines
153 B
Ruby
6 lines
153 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'commons_upload', '~> 1.2', '>= 1.2.1'
|
|
gem 'rake', '~> 10.4', '>= 10.4.2'
|
|
gem 'rubocop', '~> 0.51', :require => false
|