1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Rails 6 requires selenium-webdriver to be bundled

This commit is contained in:
Akira Matsuda 2019-05-01 12:51:32 +09:00
parent 72785f25dc
commit b4c6d69b1e

View file

@ -11,6 +11,7 @@ github 'rails/rails' do
gem 'actionview', require: 'action_view'
end
gem 'selenium-webdriver'
platforms :ruby do
gem 'sqlite3', require: false