Skip to content

Commit

Permalink
build(meta-provider): Support non-breaking versions of openfeature-sdk (
Browse files Browse the repository at this point in the history
#47)

Signed-off-by: Jordan Blacker <jblacker@justworks.com>
  • Loading branch information
jblacker authored Feb 28, 2025
1 parent 258a9a0 commit 5a98cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/openfeature-meta_provider/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
openfeature-meta_provider (0.0.3)
openfeature-sdk (~> 0.3.0)
openfeature-sdk (>= 0.3.0, <= 0.4)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "openfeature-sdk", "~> 0.3.0"
spec.add_dependency "openfeature-sdk", ">= 0.3.0", "<= 0.4"

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.12"
Expand Down

0 comments on commit 5a98cf4

Please sign in to comment.