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