wiki.techinc.nl/Gemfile
Željko Filipin fd0b9c716a Updated mediawiki_selenium Ruby gem
mediawiki_selenium gem had a dependency on json gem 1.8 and it does not
work on recently released Ruby 2.4.

mediawiki_selenium 1.7.4 depends on json 2.0, and it works fine on Ruby
2.4.

Bug: T154232
Change-Id: I540943c0bc18c1a5f7755cdc60c636eff17d7914
2016-12-28 13:04:17 +01:00

5 lines
156 B
Ruby

source 'https://rubygems.org'
gem 'mediawiki_selenium', '~> 1.7', '>= 1.7.4'
gem 'rake', '~> 11.1', '>= 11.1.1'
gem 'rubocop', '~> 0.32.1', require: false