From 604d6a6f770560a4cde3207815c6a7ef9dd06126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ce=C4=BEuch?= Date: Tue, 26 Mar 2024 19:33:26 +0100 Subject: [PATCH] add selenium driver to prod env --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a325086..372ba02 100644 --- a/Gemfile +++ b/Gemfile @@ -41,6 +41,7 @@ gem 'httparty' gem 'discourse_api' gem 'abstract_type' +gem 'selenium-webdriver' group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. @@ -54,7 +55,6 @@ end group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' - gem 'selenium-webdriver' # Easy installation and use of chromedriver to run system tests with Chrome gem 'chromedriver-helper' end