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

Upgrade puma gem to 5.2.1 #413

Merged
merged 2 commits into from Jun 10, 2021
Merged

Upgrade puma gem to 5.2.1 #413

merged 2 commits into from Jun 10, 2021

Conversation

LALOPSB
Copy link
Contributor

@LALOPSB LALOPSB commented Mar 11, 2021

What does this PR do?

The existent puma gem version (4.3.5) raises an error when trying to install on Mac.

The error has been reported here and it's tied specifically to the 4.3.5 version of the gem and MacOS 15.5.5/MacOS Big Sur.

It's solved by adding a flag to the installation of the gem, like this:

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

Nevertheless, we considered useful to upgrade the gem to the latest version where the problem is solved.

Note: #aa2ba51 Fixes flaky test caused by a misshaped name on Faker::App.name. You can check the failed build here.

@LALOPSB LALOPSB requested a review from a team as a code owner March 11, 2021 16:14
@matteo95g matteo95g merged commit ce8c75b into develop Jun 10, 2021
@matteo95g matteo95g deleted the fix/upgrade_puma_gem_to_5_2_1 branch June 10, 2021 17:13
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.

None yet

4 participants