Defect #24092 ยป patch.diff
Gemfile (working copy) | ||
---|---|---|
103 | 103 |
gem "simplecov", "~> 0.9.1", :require => false |
104 | 104 |
# For running UI tests |
105 | 105 |
gem "capybara" |
106 |
gem "selenium-webdriver" |
|
106 |
gem "selenium-webdriver", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.53.4")
|
|
107 | 107 |
end |
108 | 108 | |
109 | 109 |
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |