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

Fix: Revert to Rails 7.1.1 and pin it #341

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Fix: Revert to Rails 7.1.1 and pin it #341

merged 1 commit into from
Nov 20, 2023

Conversation

pil0u
Copy link
Owner

@pil0u pil0u commented Nov 20, 2023

Summary of changes and context

Title.
Related to: hotwired/turbo-rails#512

Sanity checks

  • Linters pass
  • Tests pass
  • Related GitHub issues are linked in the description

@@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"
gem "rails", "~> 7.1"
gem "rails", "7.1.1"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manque d'un commentaire expliquant pourquoi on l'a pin (qu'on puisse facilement juger de si c'est safe ou pas de l'unpin si on oublie dans le futur et qu'on repasse dessus plus tard)

Suggested change
gem "rails", "7.1.1"
gem "rails", "7.1.1" # Needs https://github.com/hotwired/turbo-rails/issues/512 to be fixed to unpin

@pil0u pil0u merged commit 51703cf into main Nov 20, 2023
5 checks passed
@pil0u pil0u deleted the fix/staging-breaks branch November 20, 2023 20:36
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