make sure we work with addressable < 2.4.0

This commit is contained in:
Thomas Walpole 2016-01-27 14:52:51 -08:00
parent b6f4aaa32f
commit 959fddf44c
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ gem 'rspec', '= 2.2.0'
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
# We cannot test against older versions of selenium-webdriver without
# installing older compatible Firefox versions.