jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Ruby 3.0.0 #586

Closed TeamNautilus closed 3 years ago

TeamNautilus commented 3 years ago

We tried to update the ruby version to 3.0.0 but after the command bundle we received the message:

teaspoon-1.2.0 requires ruby version ~> 2.4, which is incompatible with the current version, ruby 3.0.0p0

we use the version 2.3.4 of teaspoon-jasmine. Any idea?

Thank you

a2ikm commented 3 years ago

https://github.com/jejacks0n/teaspoon/pull/583 will fix the issue.

mathieujobin commented 3 years ago

master branch has the ruby version unlock. if you encounter issues and you figure them out, please open a PR

thanks