1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/gemfiles/2.7.gemfile
Thomas Walpole 43ebe80704 Support Capybara 2.11
* Update versions being tested against
* Implement missing APIs from newer versions
2017-01-13 09:12:31 -05:00

11 lines
No EOL
360 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "mime-types", "< 3.0", :platforms=>[:ruby_19, :jruby_19]
gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19]
gem "capybara", "~> 2.7.0"
gem "addressable", "< 2.5.0", :platforms=>[:ruby_19, :jruby_19]
gem "nokogiri", "< 1.7.0", :platforms=>[:ruby_19, :jruby_19]
gemspec :path=>"../"