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
after dealing with the problem in #18, I got this error:
ruby_dep-1.5.0 requires ruby version >= 2.2.5, ~> 2.2, which is incompatible with the current version, ruby 3.1.2p20
2 problems here.
Ruby 2.2 is ANCIENT and unsupported. The current stable version is 3.1, and nothing before 2.7 is supported.
There's no version of Ruby specified in the repo. It's normal to have a .ruby-version file which specifies the version of Ruby that the project was created with.
The text was updated successfully, but these errors were encountered:
Perhaps the real solution is to create an updated example, which uses wysiwyg-rails instead of froala-editor-sdk, rather than fix these problem with this repo.
after dealing with the problem in #18, I got this error:
2 problems here.
.ruby-version
file which specifies the version of Ruby that the project was created with.The text was updated successfully, but these errors were encountered: