mediawiki-extensions-Visual.../Gemfile
Željko Filipin a17ff98216 build: Use new version of commons_upload Ruby gem for language screenshots
The new version has many improvements, including not breaking when the file exists and upating file
description.

Bug: T189122
Change-Id: Ib4b42c9f663bafbbfb0c96e5fb4d9d5f162d2265
2018-03-13 13:41:32 +01:00

6 lines
141 B
Ruby

source 'https://rubygems.org'
gem 'commons_upload', '~> 1.2'
gem 'rake', '~> 10.4', '>= 10.4.2'
gem 'rubocop', '~> 0.51', :require => false