Project

General

Profile

Patch #37867 » 0001-Remove-puma-6.0.0-restriction.patch

Ko Nagase, 2022-12-27 14:43

View differences:

Gemfile
97 97
  gem 'simplecov', '~> 0.21.2', :require => false
98 98
  gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
99 99
  # For running system tests
100
  # TODO: Remove version specification once Capybara supports Puma 6
101
  gem 'puma', '< 6.0.0'
102
  gem 'capybara', '~> 3.36.0'
100
  gem 'puma'
101
  gem 'capybara', '~> 3.38.0'
103 102
  gem "selenium-webdriver", "~> 3.142.7"
104 103
  gem 'webdrivers', '4.6.1', require: false
105 104
  # RuboCop
(2-2/3)