mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
47c45866de
The continuous integration infrastructure for these is being removed (or never existed), and our team decided not to invest the time to convert them to node.js. Bug: T171848 Change-Id: I0faeecb2635f24c40c83aa689b670e69aa381431
8 lines
189 B
Ruby
8 lines
189 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'csscss', '~> 1.3.3'
|
|
gem 'mediawiki_api', '~> 0.7.1'
|
|
gem 'rake', '~> 11.1', '>= 11.1.1'
|
|
gem 'rspec', '~> 2.99'
|
|
gem 'rubocop', '~> 0.51.0', require: false
|