bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
603 stars 470 forks source link

Ruby 2.5 is EOL #825

Closed Sjors closed 1 year ago

Sjors commented 2 years ago

We should should jump to 2.7 which is supported by Debian Stable aka Bullseye.

https://www.ruby-lang.org/en/downloads/branches/

https://github.com/bitcoin-core/bitcoincore.org/blob/e0906892db52c94216fc920451ddb76caa2331c3/Gemfile#L3-L7

fanquake commented 1 year ago

Looks like Bundler has now given up on us. https://github.com/bitcoin-core/bitcoincore.org/runs/10582082233:

gem install bundler ERROR: Error installing bundler: The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.3.26. Try installing it with gem install bundler -v 2.3.26 bundler requires Ruby version >= 2.6.0. The current ruby version is 2.5.5.157.

katesalazar commented 1 year ago

been using ruby 2.6 in my local clone for many months shrugs

On Wed, Jan 11, 2023 at 3:45 PM Michael Ford @.***> wrote:

Looks like Bundler has now given up on us. https://github.com/bitcoin-core/bitcoincore.org/runs/10582082233:

gem install bundler ERROR: Error installing bundler: The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.3.26. Try installing it with gem install bundler -v 2.3.26 bundler requires Ruby version >= 2.6.0. The current ruby version is 2.5.5.157.

— Reply to this email directly, view it on GitHub https://github.com/bitcoin-core/bitcoincore.org/issues/825#issuecomment-1378989748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMRS4W4Y32DS26UAMOX5OF3WR3ISVANCNFSM5KHZNQZQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TheBlueMatt commented 1 year ago

The build server now runs latest debian (and refuses to build new website updates until the Gemfile{,.lock} are updated).