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

エラーを回避するために、pumaのバージョン4.3.6をインストールするように変更。 #1

Merged
merged 1 commit into from Nov 16, 2020

Conversation

hayato0311
Copy link
Owner

実装の背景・目的

最新版のXcodeをインストールした状態でbuild installを実行すると、pumaのインストールが失敗してしまうため、
インストールを可能にする。

やったこと

  • version 4.3.5ではなく、 version4.3.6のpumaをインストールするようにGemfileを変更しました。

補足

version 4.3.5 でも以下のコード

gem install puma:4.3.5 -- --with-cflags="-Wno-error=implicit-function-declaration"

を設定することでインストールすることはできますが、version4.3.6で修正されたため、
version4.3.6をインストールするようにしました。

参考文献

@kousuke1201abe
Copy link

PR description が充実していて 👍

Copy link

@kousuke1201abe kousuke1201abe left a comment

Choose a reason for hiding this comment

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

🚀

@hayato0311 hayato0311 merged commit 0a9ce50 into master Nov 16, 2020
@hayato0311 hayato0311 deleted the build-environment branch November 16, 2020 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants