mediawiki-extensions-Visual.../Gemfile
Željko Filipin 86eeb89809 build: Use commons_upload v1.2.1 Ruby gem for language screenshots
This version is more robust. It reports common problems like
fileexists-shared-forbidden and fileexists-no-change.
In case of trouble it reports the error and goes to the next file.

Bug: T189122
Change-Id: I510ba7d378cb71b177a54d2ba771c51fbdead90f
2018-03-15 17:32:47 +01:00

6 lines
153 B
Ruby

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