Patch #32555 » Gemfile.patch
| Gemfile (working copy) | ||
|---|---|---|
| 80 | 80 |
gem "simplecov", "~> 0.17.0", :require => false |
| 81 | 81 |
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin] |
| 82 | 82 |
# For running system tests |
| 83 |
gem 'puma', '~> 3.7'
|
|
| 83 |
gem 'puma', '~> 4.3.1'
|
|
| 84 | 84 |
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0") |
| 85 | 85 |
gem "selenium-webdriver" |
| 86 | 86 |
# RuboCop |
- « Previous
- 1
- 2
- Next »