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

feat(gemfile.lock): use bundle update to get latest gems [2022-W22] #447

Merged
merged 2 commits into from
May 30, 2022

Commits on May 30, 2022

  1. feat(gemfile): update with fix for recent rubocop violation

    ```
    Gemfile:3:8: C: [Correctable] Style/FetchEnvVar:
    Use ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org') instead of
        ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'.
        (https://rubystyle.guide/#hash-fetch-defaults)
    source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
           ^^^^^^^^^^^^^^^^^^^^^^^^
    ```
    myii committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d57cf4d View commit details
    Browse the repository at this point in the history
  2. feat(gemfile.lock): use bundle update to get latest gems [2022-W22]

    Test using latest `master` branch images:
    
    * myii/salt@4222901
      - Includes one extra commit to avoid images being built as `3005`.
    
    Test results:
    
    * https://saltstack-formulas.zulipchat.com/#narrow/stream/239693-CI/topic/myii-ci.2F2022-W22a
    myii committed May 30, 2022
    Configuration menu
    Copy the full SHA
    6409f8a View commit details
    Browse the repository at this point in the history