Describe the bug
I get the following warning in ruby 3.3.1 using sdk version 7.2.0 (but looks to still apply on master):
warning: [...]/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 launchdarkly-server-sdk-7.2.0 to add observer into its gemspec.
To reproduce
Require the gem with $VERBOSE = true on ruby 3.3.x
Expected behavior
No warnings are emitted.
Logs
N/A
SDK version
7.2.0
Language version, developer tools
Ruby 3.3.1
OS/platform
MacOS
Additional context
N/A