mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
appraise "2.0" do
|
|
gem "capybara", "~> 2.0.2"
|
|
end
|
|
|
|
appraise "2.1" do
|
|
gem "capybara", github: "jnicklas/capybara", submodules: true
|
|
end
|