Skip to content

Commit a6f967d

Browse files
committed
Unpin puma
1 parent cb8776c commit a6f967d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ end
1414
# sqlite3 is an optional, unspecified, dependency and Rails 6.0 only supports `~> 1.4`
1515
gem 'sqlite3', '~> 1.4', platforms: [:ruby]
1616

17-
# Due to capybara strings issue
18-
gem 'puma', '< 6.0.0'
17+
gem 'puma'
1918

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

0 commit comments

Comments
 (0)