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

Use bundler-cache: true to automatically cache installed gems #682

Merged
merged 4 commits into from
Mar 14, 2021

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    20c2a3e View commit details
    Browse the repository at this point in the history
  2. Trigger on both push and PRs

    eregon committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    e2bf8d5 View commit details
    Browse the repository at this point in the history
  3. Exclude vendor/ for RuboCop

    * Otherwise it would look at, e.g.,
      vendor/bundle/ruby/2.7.0/gems/rainbow-3.0.0/.rubocop.yml and fail
    eregon committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0ac6494 View commit details
    Browse the repository at this point in the history
  4. Exclude Rails 4 on TruffleRuby preventatively since the next release …

    …will target Ruby 2.7
    eregon committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5196dfb View commit details
    Browse the repository at this point in the history