We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108fcef commit ef567a2Copy full SHA for ef567a2
lib/ldclient-rb/impl/integrations/consul_impl.rb
@@ -10,6 +10,7 @@ module Consul
10
class ConsulFeatureStoreCore
11
begin
12
require "diplomat"
13
+ require "ostruct"
14
CONSUL_ENABLED = true
15
rescue ScriptError, StandardError
16
CONSUL_ENABLED = false
0 commit comments