Skip to content

Commit

Permalink
fix: OpenFeature::SDK::Configuration uses concurrent-ruby gem even th…
Browse files Browse the repository at this point in the history
…ough it doesn't depend on it (#61)

Signed-off-by: Josh Nichols <[email protected]>
  • Loading branch information
technicalpickles authored Sep 12, 2023
1 parent 83c5902 commit c3c1222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/openfeature/sdk/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Configuration
def_delegator :@provider, :metadata

def initialize
@hooks = Concurrent::Array.new([])
@hooks = []
end
end
end
Expand Down

0 comments on commit c3c1222

Please sign in to comment.