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

Decidim v0.24.x へのアップグレードを行う #285

Closed
1 task done
takahashim opened this issue Oct 10, 2021 · 2 comments · Fixed by #312
Closed
1 task done

Decidim v0.24.x へのアップグレードを行う #285

takahashim opened this issue Oct 10, 2021 · 2 comments · Fixed by #312
Labels
enhancement New feature or request

Comments

@takahashim
Copy link
Collaborator

takahashim commented Oct 10, 2021

改善詳細 / Details of Improvement

#151 に関連して、Decidim 0.23.5に続いて Decidim 0.24.xへのアップグレードを行いたいです。
v0.24.1以降では大きな更新は行われていないため、一気にv0.24.3まで上げてしまっても良いかと思っています。

0.24で解決できるissues

0.24での課題

スクリーンショットなど / Screenshot

期待する見せ方・挙動 / Expected behavior

  • 基本的には特に変わらないのがベストです。

対象インスタンス / Instances

  • 全て
@takahashim takahashim added the enhancement New feature or request label Oct 10, 2021
@takahashim
Copy link
Collaborator Author

takahashim commented Oct 10, 2021

0.24.x導入にあたっては、gem "decidim-comments", path: "decidim-comments"gem "decidim-comments", "0.24.3" 等にして、いったんRails.root直下に置いた decidim-commentsを無視してからごっそり入れ替えた方が手堅そうな気がします。

↑これは単純にコメントアウトしてもらえばそのまま0.24.3のdecidim-commentsが使われそうです

@takahashim
Copy link
Collaborator Author

0.24.3では、pumaとfakerのバージョンを以下に上げる必要がありそうです。

gem "puma", ">= 5.0.0"
gem "faker", "~> 2.14"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant