Drop legacy Ruby versions, including 3.0#554
Merged
Merged
Conversation
bded7d2 to
b524dc0
Compare
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 - Bump version to 0.10.0.alpha1 Close sj26#553
b524dc0 to
5684787
Compare
|
While Mailcatcher starts now, assets are not served. |
Contributor
Author
|
Cannot replicate on my machine 🤔 command line: |
|
Here's a repro |
|
Ok, me and a colleague figured out that this is because the coffeescript files don't get compiled when installing the gem from this repo |
Contributor
Author
|
yes, the asset compile pipeline is quite outdated. It compiles on my machine but with several warnings :( |
Owner
|
Sorry for the delay, but this is wonderful, thank you. |
This was referenced May 17, 2024
Closed
|
Can confirm it's working with Ruby 3.3.0 (and Rails 7.1) after Thanks all for the fix and release! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3.0 will EOL soon, and it has issues when compiling eventmachine
Also:
Close #553