Skip to content

Commit

Permalink
Don't require selenium-webdriver
Browse files Browse the repository at this point in the history
Currently the Gemfile requires `webdrivers` which is all we need for the
current version of the CircleCI orbs.

There's an error we're hoping to resolve by updating this version:
When `selenium-webdriver` and `webdrivers` are included we end up with
this error:

    NoMethodError:
      undefined method `bitsize' for Selenium::WebDriver::Platform:Module
  • Loading branch information
benjaminwil committed Apr 2, 2024
1 parent 909268b commit bcde30a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solidus_recently_viewed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ Gem::Specification.new do |s|
s.add_dependency 'solidus_core', ['>= 2.4.0', '< 5']
s.add_dependency 'solidus_support', '~> 0.8'


s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'solidus_dev_support'
end

0 comments on commit bcde30a

Please sign in to comment.