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

fix deprecation warning Bundler.rubygems.all_specs #500

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neumayr
Copy link

@neumayr neumayr commented Jul 1, 2024

  • fix deprecation warning when starting rails server
    • [DEPRECATED] Bundler.rubygems.all_specs has been removed in favor of Bundler.rubygems.installed_specs
  • reproducible with ruby v3.3.3 (and new minimum required bundler v2.5.11, rubygems v3.5.11 versions)

Link

- fix deprecation warning while starting `rails server`
  - `[DEPRECATED] Bundler.rubygems.all_specs has been removed in favor of Bundler.rubygems.installed_specs`
- reproducible with ruby v3.3.3 (and new minimum required bundler, rubygems versions)
@neumayr neumayr force-pushed the bundler-2.5-deprecation-warning branch from 15a38b5 to 5db0057 Compare July 23, 2024 20:32
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.

1 participant