Skip to content

Commit 4a37595

Browse files
authoredJun 4, 2024··
Merge pull request #108 from dclaisse/master
templates: fix timeline.json.erb dependency
2 parents 2ab89ef + a463558 commit 4a37595

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎lib/consul/async/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Consul
22
module Async
3-
VERSION = '1.36.0'.freeze
3+
VERSION = '1.36.1'.freeze
44
end
55
end

‎samples/consul-ui/timeline.json.erb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<%
22
require 'json'
3+
require 'ostruct'
34
require 'set'
45
services_blacklist_raw = (ENV['EXCLUDE_SERVICES'] || 'lbl7.*,netsvc-probe.*,consul-probed.*').split(',')
56
services_blacklist = services_blacklist_raw.map { |v| Regexp.new(v) } # Compute the health of a Service

0 commit comments

Comments
 (0)
Please sign in to comment.