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 1f84a95
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 @@ -23,6 +23,7 @@ group :test do
gem "rack", "~> 1.6"
end
platform :jruby, :ruby_19, :ruby_20, :ruby_21, :ruby_22, :ruby_23 do
gem "addressable", "< 2.5.0"
gem "aruba", "~> 0.7.4"
gem "capybara"
gem "cucumber"
Expand Down

0 comments on commit 1f84a95

Please sign in to comment.