Skip to content

Ruby 3.3 warnings about observer gem being removed from the standard library #293

@Benjaminpjacobs

Description

@Benjaminpjacobs

After upgrading to ruby 3.3.1 we are seeing the following warning:

/app/vendor/bundle/ruby/3.3.0/gems/bootsnap-1.16.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32: warning: /app/vendor/ruby-3.3.1/lib/ruby/3.3.0/observer.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add observer to your Gemfile or gemspec. Also contact author of cable_ready-5.0.3 to add observer into its gemspec.

The observer gem has been added to our Gemfile to quiet the warnings but are there any plans to add it to the cable_ready gemspec in upcoming releases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions