GithubHelp home page GithubHelp logo

Comments (6)

olleolleolle avatar olleolleolle commented on June 30, 2024

Right, so 3.0 dropped today, and we can't run the same Gemfile with it and the older things. Wrong!

Ruby 2.5: EOL date: 2021-03-31

from rainbow.

ku1ik avatar ku1ik commented on June 30, 2024

Oh, interesting. What's the oldest 2.x version we could have with the same Gemfile supporting 3.0?

from rainbow.

olleolleolle avatar olleolleolle commented on June 30, 2024

@sickill Haha, I was just out of date, in my development checkout. Haha.

@sickill Here's an example where we'd need to wiggle around to support 3.x - using a separate Gemfile _could_ perhaps make it possible. Perhaps only time would make it possible.
➜  rainbow git:(master) ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20]
➜  rainbow git:(master) bundle
Fetching gem metadata from https://rubygems.org/.......
listen-3.2.1 requires ruby version >= 2.2.7, ~> 2.2, which is incompatible with
the current version, ruby 3.0.0p0
➜  rainbow git:(master)

Aha, update: https://github.com/guard/listen/releases Supports 3.

from rainbow.

olleolleolle avatar olleolleolle commented on June 30, 2024

https://endoflife.date/ruby lists the published dates in a neat little table.

I kind of want to get a release out with the old code, what's in trunk right now, and then have a clean slate to think of what we can do.

from rainbow.

olleolleolle avatar olleolleolle commented on June 30, 2024

OK, since Ruby 2.3 on AppVeyor does this: I want to cut it from the list of supported Ruby versions.

bundle install --jobs 3 --retry 3
Fetching source index from https://rubygems.org/
Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rubygems.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see http://bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
Retrying fetcher due to error (3/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rubygems.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see http://bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
Retrying fetcher due to error (4/4): Bundler::Fetcher::CertificateFailureError Could not verify the SSL certificate for https://rubygems.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most likely your system doesn't have the CA certificates needed for verification. For information about OpenSSL certificates, see http://bit.ly/ruby-ssl. To connect without using SSL, edit your Gemfile sources and change 'https' to 'http'.
Could not verify the SSL certificate for https://rubygems.org/.
There is a chance you are experiencing a man-in-the-middle attack, but most
likely your system doesn't have the CA certificates needed for verification. For
information about OpenSSL certificates, see http://bit.ly/ruby-ssl. To connect
without using SSL, edit your Gemfile sources and change 'https' to 'http'.

from rainbow.

olleolleolle avatar olleolleolle commented on June 30, 2024

Update: I removed support for 2.3 today.

from rainbow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.