Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for recent versions of Ruby, specified #19

Open
brandondrew opened this issue Nov 16, 2022 · 1 comment
Open

Need for recent versions of Ruby, specified #19

brandondrew opened this issue Nov 16, 2022 · 1 comment

Comments

@brandondrew
Copy link

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.

  1. Ruby 2.2 is ANCIENT and unsupported. The current stable version is 3.1, and nothing before 2.7 is supported.
  2. 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.
@brandondrew
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant