Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

upgrade to newer version of libv8 that does not need Python 2.7 #317

Closed
MrSteve2 opened this issue Aug 20, 2021 · 2 comments
Closed

upgrade to newer version of libv8 that does not need Python 2.7 #317

MrSteve2 opened this issue Aug 20, 2021 · 2 comments

Comments

@MrSteve2
Copy link

I'm running into issues where we aren't allowed to install Python 2.7 (because it was End-of-Life back in 2020) and libv8 ~> 3.16.14.0 complains it needs Python2.7 when I try to install the gem.

Any plans to support a newer version of libv8? They are currently on 8.4.255

Thanks

@vs37559
Copy link

vs37559 commented Apr 28, 2022

Hey,
Anyone working on this? Or is there any fix/patch?

@lloeki
Copy link
Contributor

lloeki commented Dec 4, 2023

we aren't allowed to install Python 2.7 (because it was End-of-Life back in 2020

3.16.14 has been EOL for longer than that.

The replacement for therubyracer is mini_racer:

It was created as an alternative to the excellent therubyracer, which is rubyjs/therubyracer#462. Unlike therubyracer, mini_racer only implements a minimal bridge. This reduces the surface area making upgrading v8 much simpler and exhaustive testing simpler.

There will be no libv8 update for therubyracer.

@lloeki lloeki closed this as completed Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants