mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
a17ff98216
The new version has many improvements, including not breaking when the file exists and upating file description. Bug: T189122 Change-Id: Ib4b42c9f663bafbbfb0c96e5fb4d9d5f162d2265
6 lines
141 B
Ruby
6 lines
141 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'commons_upload', '~> 1.2'
|
|
gem 'rake', '~> 10.4', '>= 10.4.2'
|
|
gem 'rubocop', '~> 0.51', :require => false
|