mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-05 22:22:54 +00:00
12 lines
188 B
Ruby
12 lines
188 B
Ruby
|
#ruby=ruby-2.0.0-p247
|
||
|
#ruby-gemset=VisualEditor
|
||
|
|
||
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem 'cucumber'
|
||
|
gem 'json'
|
||
|
gem 'net-http-persistent'
|
||
|
gem 'page-object'
|
||
|
gem 'rspec-expectations'
|
||
|
gem 'syntax'
|