froala / froala/editor-ruby-sdk-example

Need for recent versions of Ruby, specified

Open
#19 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking the repository's Ruby and dependency configuration, then determine where the Ruby version is declared or missing. Update the project to use a supported Ruby version, add the requested .ruby-version file, and verify that the dependency error no longer occurs.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.