-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Is this a support request?
Yes
Describe the bug
It looks like the latest release for the ldclient-rb gem on Rubygems is 5.5.6, but the current release of the sdk gem is now 6.4.0.. Am I to understand that the ldclient-rb gem is no longer going to receive updates?
Is the recommended approach to bundle the launchdarkly-server-sdk gem instead?
Our LaunchDarkly integration currently displays a banner when we sign in stating that the SDK version we are using is no longer supported, even though we thought we were on the latest release since we have the latest released version of the ldclient-rb gem in our application bundle. Please advise, and consider publishing instructions of what to do (or putting instructions somewhere in your docs about that gem being deprecated)
FWIW I personally believe having it as a standalone gem makes sense and makes the integration more modular, like how Rails has ActiveRecord as standalone gem which can be used outside of Rails if desired.