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

Update wdm gem version for compatibility #2028

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

supreethmv
Copy link
Contributor

@supreethmv supreethmv commented Nov 3, 2024

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactoring and improving code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

Below error occurred when running "bundle install" when using ruby 3.3.5, gem 3.5.22, gcc 14.2.0, GNU Make 4.4.1.

Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Installing wdm 0.1.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
.
.
.
creating Makefile

.
.
.
make: *** [Makefile:248: rb_monitor.o] Error 1

make failed, exit code 2

.
.
.

An error occurred while installing wdm (0.1.1), and Bundler cannot continue.

In Gemfile:
  wdm

Fixed by installing wdm 0.2.0 using the proposed change to the gemfile.

Additional context

A user will not able to run the server locally as described in the wiki when using the latest versions Ruby (v3.3.5), gem (v3.5.22), GCC (v14.2.0), and GNU Make (v4.4.1). This fix can make sure to avoid any more changes in the documentation.

An error occurred while installing wdm (0.1.1), and Bundler cannot continue.
In Gemfile:
  wdm

The above error occurred when running "bundle install" with ruby 3.3.5.
Fixed by installing wdm 0.2.0 using the proposed change to the gemfile.

Signed-off-by: Supreeth Mysore Venkatesh <[email protected]>
@supreethmv supreethmv changed the title Update Gemfile fix: Gemfile update for installing wdm Nov 3, 2024
@supreethmv supreethmv changed the title fix: Gemfile update for installing wdm fix(gemfile): update wdm gem version for compatibility Nov 3, 2024
Gemfile Outdated Show resolved Hide resolved
@supreethmv supreethmv requested a review from cotes2020 November 3, 2024 16:34
@cotes2020 cotes2020 merged commit 42dea8e into cotes2020:master Nov 3, 2024
4 of 5 checks passed
@supreethmv supreethmv deleted the patch-1 branch November 3, 2024 16:50
@cotes2020 cotes2020 added the dependencies Dependency update label Nov 3, 2024
@cotes2020 cotes2020 changed the title fix(gemfile): update wdm gem version for compatibility Update wdm gem version for compatibility Nov 4, 2024
Copy link

🎉 This PR is included in version 7.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Included or resolved in the release label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update released Included or resolved in the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants