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:
parent
5d8efa301d
commit
c5a7f326b6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue