Closed maeda-m closed 6 months ago
commit# 403ccf3
This commit addresses an issue encountered when running Redmine v4.2 with an older version of selenium-webdriver. The older version of selenium-webdriver causes a NameError: uninitialized constant Selenium::WebDriver::Chrome::Options error.
To resolve this issue, we have added a step in the CircleCI configuration to update the selenium-webdriver gem to version 3.4.0 or later in the Gemfile.
@maeda-m
Thank you for your Pull Request and for contributing. Your effort is greatly appreciated!
Motivation / Background
Fixes #95.
Detail
Before Redmine trunk r22619, there was no
ApplicationRecord
class, so we dynamically determine and evaluate the class expression.Additional information
We manually confirmed that template creation and usage are possible in the following environment combinations: