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

[WIP] Rails 7.0のアップグレード準備 #3294

Closed
wants to merge 4 commits into from

Conversation

sinsoku
Copy link
Contributor

@sinsoku sinsoku commented Sep 19, 2021

Rails 7.0のアップグレードで対応の必要な箇所を明確にするため、CIの設定を追加するところまで実装してみました。

Rails 7.0 アップグレードに必要な作業

未対応のgemは対応されるのを待つか、フィヨルド生で直す必要がある。

Rails 7.0のテストの実行結果

forkしているので、こちらで確認できる。
https://github.com/sinsoku/bootcamp/runs/3647737645

テストで出ている警告

DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
`legacy_connection_handling` to `false` in your application.

The new connection handling does not support `connection_handlers`
getter and setter.
/home/runner/work/bootcamp/bootcamp/app/models/link_checker/checker.rb:34: warning: URI.escape is obsolete

@komagata
Copy link
Member

@sinsoku ありがとうございます!

@sinsoku sinsoku closed this Jun 11, 2022
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