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

fix gemfiles for new gems that require ruby 2.0+

This commit is contained in:
Thomas Walpole 2016-09-28 11:54:27 -07:00
parent 4d029d94f2
commit 76cf77f104
2 changed files with 4 additions and 0 deletions

View file

@ -16,3 +16,5 @@ 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.
gem 'term-ansicolor', '< 1.4.0'

View file

@ -5,3 +5,5 @@ gemspec path: '..'
gem 'mime-types', '< 3.0'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'term-ansicolor', '< 1.4.0'