Skip to content

Commit 27b3a38

Browse files
committed
Remove unused puma pin
1 parent 0a5b8f0 commit 27b3a38

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Gemfile-rails-dependencies

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ def add_sqlite3_gem_dependency
2121
end
2222
end
2323

24-
if RUBY_VERSION.to_f < 2.7
25-
gem 'puma', '< 6.0.0'
26-
else
27-
gem 'puma'
28-
end
24+
gem 'puma'
2925

3026
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
3127
when /main/

0 commit comments

Comments
 (0)