Patch #32907 » Gemfile.patch
Gemfile (working copy) | ||
---|---|---|
84 | 84 |
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] |
85 | 85 |
# For running system tests |
86 | 86 |
gem 'puma' |
87 |
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
|
|
87 |
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.31.0")
|
|
88 | 88 |
gem "selenium-webdriver" |
89 | 89 |
# RuboCop |
90 | 90 |
gem 'rubocop', '~> 0.79.0' |