1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

update base-versions json dependency due to 2.0 release

This commit is contained in:
Thomas Walpole 2016-07-05 14:32:18 -07:00
parent 5d8efa301d
commit c5a7f326b6

View file

@ -13,5 +13,6 @@ gem 'cucumber', '= 0.10.5'
gem 'tins', '= 1.6.0' # 1.7.0 requires ruby 2.0
gem 'mime-types', '<3.0' # 3.0 require ruby 2.0
gem 'addressable', '< 2.4.0' # 2.4.0 allows require 'addressable' previous don't
gem 'json', '< 2.0'
# We cannot test against older versions of selenium-webdriver without
# installing older compatible Firefox versions.