Skip to content

Commit

Permalink
make sure we work with addressable < 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jan 27, 2016
1 parent b6f4aaa commit 959fddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.base-versions
Expand Up @@ -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.

0 comments on commit 959fddf

Please sign in to comment.