Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Pin Ruby versions in GHA workflow #8851

Merged

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    924d671 View commit details
    Browse the repository at this point in the history
  2. (maint) Update rubygems and remove unnecessary step

    This commit updates rubygems to latest version to avoid the following
    error: ``` Your RubyGems version (2.5.2.3)) has a bug that prevents
    `required_ruby_version` from working for Bundler. Any scripts that use
    `gem install bundler` will break as soon as Bundler drops support for
    your Ruby version. Please upgrade RubyGems...  ```
    
    This commit also removes an unnecessary step that installed `bundler` a
    second time since the `ruby/setup-ruby@v1` action now also installs
    bundler.
    luchihoratiu committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8f99927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3776c View commit details
    Browse the repository at this point in the history