Skip to content

Commit

Permalink
Peg addressable for ruby < 2.0
Browse files Browse the repository at this point in the history
Addressable added a dependency on public_suffix in 2.5.0 that requires
ruby >= 2.0.  Capybara depends on addressable but does not restrict a
version
  • Loading branch information
Chad Shaffer committed Nov 4, 2016
1 parent 19bc92e commit 2b14b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group :test do
platform :ruby_18, :ruby_19 do
gem "mime-types", "~> 1.25"
gem "json", "~> 1.8"
gem "addressable", "< 2.4.0"
end
platform :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
gem "rack", "~> 1.6"
Expand Down

0 comments on commit 2b14b82

Please sign in to comment.