mediawiki-extensions-Echo/Gemfile
Matthew Flaschen 47c45866de Remove Ruby browser tests
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
2017-12-20 12:29:01 +01:00

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