mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
2fb5c18ced
Use the latest version of commons_upload. Delete no longer needed files from previous Ruby implementation. Bug: T143563 Change-Id: I7c0ca64aeea54501c51eb56a950143d5af251cf7
7 lines
187 B
Ruby
7 lines
187 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'commons_upload', '~> 1.0'
|
|
gem 'mediawiki_selenium', '~> 1.7', '>= 1.7.2'
|
|
gem 'rake', '~> 10.4', '>= 10.4.2'
|
|
gem 'rubocop', '~> 0.32.1', require: false
|