allow for more versions of addressable

This commit is contained in:
Thomas Walpole 2016-01-27 14:20:47 -08:00
parent e65367ff39
commit b6f4aaa32f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'addressable'
require 'addressable/uri'
module Capybara
# @api private