Skip to content

Commit c3c1222

Browse files
fix: OpenFeature::SDK::Configuration uses concurrent-ruby gem even though it doesn't depend on it (#61)
Signed-off-by: Josh Nichols <[email protected]>
1 parent 83c5902 commit c3c1222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openfeature/sdk/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Configuration
1818
def_delegator :@provider, :metadata
1919

2020
def initialize
21-
@hooks = Concurrent::Array.new([])
21+
@hooks = []
2222
end
2323
end
2424
end

0 commit comments

Comments
 (0)