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

Limit Rails version to ensure tests are running #1561

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Nov 1, 2022

What this PR does

Since the Gemfile.lock was updated to Rails 7 in #1518, the Ruby tests are not running, instead it is outputting the rails new info, e.g. https://github.com/Shopify/shopify_app/actions/runs/3347688116/jobs/5545946051#step:7:113

As a temporary fix until we find the underlying cause, let's limit the Gemfile to < Rails 7. This should have no impact on the gem itself, since that doesn't involve Gemfile.lock.

Things to focus on

Checklist

Before submitting the PR, please consider if any of the following are needed:

  • Update CHANGELOG.md if the changes would impact users
  • Update README.md, if appropriate.
  • Update any relevant pages in /docs, if necessary
  • For security fixes, the Disclosure Policy must be followed.

@andyw8 andyw8 force-pushed the andyw8/limit-rails-to-ensure-tests-are-run branch from a53f600 to 399faa1 Compare November 1, 2022 13:58
@andyw8 andyw8 requested a review from nelsonwittwer November 1, 2022 13:58
@andyw8 andyw8 merged commit dad31d9 into main Nov 1, 2022
@andyw8 andyw8 deleted the andyw8/limit-rails-to-ensure-tests-are-run branch November 1, 2022 14:24
fabriazza pushed a commit to fabriazza/shopify_app that referenced this pull request Feb 1, 2023
Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants