mediawiki-extensions-Visual.../Gemfile
Amir E. Aharoni 710da1547b [BrowserTest] Move the screenshot uploading to a gem
* 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
2015-02-19 12:28:43 +02:00

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'