Skip to content

Commit 68a9265

Browse files
committed
We need to explicit require puma in order to use selenium driver
1 parent 8431e7b commit 68a9265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ when /stable$/
2424
end
2525
when nil, false, ""
2626
gem "rails", "~> 6.0.0"
27+
gem "puma"
2728
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
2829
else
2930
gem "rails", version

0 commit comments

Comments
 (0)