Skip to content

Commit 082381f

Browse files
committed
Allow Puma 6
Puma 6 was disallowed in 2022, because back then Rails itself generated Gemfiles with `'puma', "< 6". This is not the case anymore, in fact, Rails comes with Rack 3 which instead is incompatible with Puma 5.
1 parent b1d211f commit 082381f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_dev_support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
3838
spec.add_dependency 'ffaker', '~> 2.13'
3939
spec.add_dependency 'gem-release', '~> 2.1'
4040
spec.add_dependency 'github_changelog_generator', '~> 1.15'
41-
spec.add_dependency 'puma', '>= 4.3', '< 6.0'
41+
spec.add_dependency 'puma', '>= 4.3', '< 7.0'
4242
spec.add_dependency 'rspec_junit_formatter'
4343
spec.add_dependency 'rspec-rails', '>= 4.0.0.beta3', '< 6.0'
4444
spec.add_dependency 'rubocop', '~> 1.0'

0 commit comments

Comments
 (0)