remove unused test gemfiles

This commit is contained in:
Thomas Walpole 2017-03-27 13:16:46 -07:00
parent c99ebbcf37
commit 0399ec37ee
2 changed files with 0 additions and 30 deletions

View File

@ -1,21 +0,0 @@
source "https://rubygems.org"
gem 'bundler', '~> 1.0'
gemspec :path => '..'
gem 'xpath', '~> 2.1.0'
gem 'rack', '~> 1.6.0'
gem 'rack-test', '= 0.6.3'
gem 'nokogiri', '= 1.6.7'
gem 'rspec', '= 3.4.0'
gem 'cucumber', '= 2.3.0'
gem 'mime-types', '= 2.0'
gem 'addressable', '2.4.0'
gem 'json', '< 2.0'
gem 'rake', '< 11.0'
# We cannot test against older versions of selenium-webdriver without
# installing older compatible Firefox versions.
gem 'selenium-webdriver', '< 3.0.0'
gem 'term-ansicolor', '< 1.4.0'

View File

@ -1,9 +0,0 @@
source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec path: '..'
gem 'xpath', '~>2.1'
gem 'nokogiri', '< 1.7.0' # 1.7 requires ruby 2.1+
gem 'rack', '<2.0' # 2.0 requires ruby 2.2+
gem 'public_suffix', '<3.0' #3.0 requires ruby 2.1+