-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Update to 0.6.x openfeature-sdk. #16
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
base: main
Are you sure you want to change the base?
Changes from all commits
d2a99cf
72242d8
a9697f5
825d954
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec| | |
| spec.summary = "LaunchDarkly OpenFeature Server SDK" | ||
| spec.description = "A LaunchDarkly provider for use with the OpenFeature SDK" | ||
| spec.homepage = "https://github.com/launchdarkly/openfeature-ruby-server" | ||
| spec.required_ruby_version = ">= 3.1" | ||
| spec.required_ruby_version = ">= 3.4" | ||
|
|
||
| spec.metadata["homepage_uri"] = spec.homepage | ||
| spec.metadata["source_code_uri"] = "https://github.com/launchdarkly/openfeature-ruby-server" | ||
|
|
@@ -28,8 +28,8 @@ Gem::Specification.new do |spec| | |
| spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } | ||
| spec.require_paths = ["lib"] | ||
|
|
||
| spec.add_runtime_dependency "launchdarkly-server-sdk", "~> 8.4.0" | ||
| spec.add_runtime_dependency "openfeature-sdk", "~> 0.4.0" | ||
| spec.add_runtime_dependency "launchdarkly-server-sdk", "~> 8.4" | ||
| spec.add_runtime_dependency "openfeature-sdk", "~> 0.6.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dependency on non-existent gem version breaks installationHigh Severity The Additional Locations (1)There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a false positive. The CI ( |
||
|
|
||
| # For more information and examples about making a new gem, check out our | ||
| # guide at: https://bundler.io/guides/creating_gem.html | ||
|
|
||


Uh oh!
There was an error while loading. Please reload this page.