You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I need help running the code. We are using Ruby 2.3.3, we did bundle install --deployment to get exact version from the Gemfile.lock but then when trying to run cucumber command from README file cucumber BS_USERNAME=$BS_USER BS_AUTHKEY=$BS_PASSWORD BS_AUTOMATE_OS='OS X' BS_AUTOMATE_OS_VERSION='Mojave' SELENIUM_BROWSER='Chrome'
I went into ../selenium/webdriver/remote/http/persistent.rb line 27 and removed two arguments, but then when I ran the command again it seemed that http-persistent did work, but then kept failing. It seems to be an issue with ruby version and I tried to get ruby version mentioned in circle.yml but that version seemed to be outdated and didn't work.
What could be the way to run this code with newer versions of dependencies?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I need help running the code. We are using Ruby 2.3.3, we did
bundle install --deployment
to get exact version from the Gemfile.lock but then when trying to run cucumber command from README filecucumber BS_USERNAME=$BS_USER BS_AUTHKEY=$BS_PASSWORD BS_AUTOMATE_OS='OS X' BS_AUTOMATE_OS_VERSION='Mojave' SELENIUM_BROWSER='Chrome'
At first we had error:
I went into ../selenium/webdriver/remote/http/persistent.rb line 27 and removed two arguments, but then when I ran the command again it seemed that http-persistent did work, but then kept failing. It seems to be an issue with ruby version and I tried to get ruby version mentioned in circle.yml but that version seemed to be outdated and didn't work.
What could be the way to run this code with newer versions of dependencies?
Thanks!
The text was updated successfully, but these errors were encountered: