mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
710da1547b
* The methods from upload.rb are moved to a newly created gem: https://rubygems.org/gems/commons_upload * upload.rb is changed to simply call the method from the Gem. * Gemfile is updated accordingly. Bug: T89718 Change-Id: I229fbcd1b8c3cb03885947509aef27f0ae583a1c
11 lines
226 B
Ruby
11 lines
226 B
Ruby
# ruby=ruby-2.1.1
|
|
# ruby-gemset=VisualEditor
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'commons_upload', '~> 0.0.1'
|
|
gem 'mediawiki_api'
|
|
gem 'mediawiki_selenium', '~> 0.4.1'
|
|
gem 'rubocop', require: false
|
|
gem 'screenshot', '~> 0.0.4'
|