Project

General

Profile

Patch #37867 » 0001-Limit-puma-less-than-6_0_0.patch

Ko Nagase, 2022-10-31 02:02

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
  gem 'puma'
100
  gem 'puma', '< 6.0.0'
101 101
  gem 'capybara', '~> 3.36.0'
102 102
  gem "selenium-webdriver", "~> 3.142.7"
103 103
  gem 'webdrivers', '4.6.1', require: false
(1-1/3)