mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
7 lines
103 B
Ruby
7 lines
103 B
Ruby
appraise "1.0" do
|
|
gem "capybara", "~> 1.0.0"
|
|
end
|
|
|
|
appraise "1.1" do
|
|
gem "capybara", "~> 1.1.0"
|
|
end
|