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

add gems from standard lib to Gemfile [no issue] #1593

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

Conversation

Ivanov-Anton
Copy link
Collaborator

Description

since this gems will be removed from standard lib
in next (v3.4.0) ruby release we have to add them to Gemfile

list of affected gems

  • ostruct
  • logger
  • mutex_m
  • base64
  • bigdecimal
  • syslog
  • observer
  • drb
  • rdoc
  • fiddle

example of warning

.rbenv/versions/3.3.5/lib/ruby/gems/3.3.0/gems/bootsnap-1.9.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31: warning: /Users/anton.i/.rbenv/versions/3.3.5/lib/ruby/3.3.0/drb.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add drb to your Gemfile or gemspec to silence this warning.

@Ivanov-Anton Ivanov-Anton self-assigned this Oct 23, 2024
since this gems will be removed from standard lib
in next ruby release
@Ivanov-Anton Ivanov-Anton force-pushed the add-default-gem-to-gemfile-to-remove-warnings branch from 78addaf to a3ff14c Compare October 23, 2024 18:07
@Ivanov-Anton Ivanov-Anton added the dependencies Pull requests that update a dependency file label Oct 23, 2024
@Ivanov-Anton Ivanov-Anton marked this pull request as draft October 24, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant