mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
fe09c22e33
Tests are broken most of the time. Ruby framework will be deprecated next month. Selenium tests that are needed should be implemented in Node.js. Bug: T164479 Change-Id: I8ec1d9b19b9538936c508daf2b50249a705b3170
6 lines
152 B
Ruby
6 lines
152 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'commons_upload', '~> 1.0', '>= 1.0.1'
|
|
gem 'rake', '~> 10.4', '>= 10.4.2'
|
|
gem 'rubocop', '~> 0.32.1', require: false
|