Skip to content

Commit d825d19

Browse files
committed
Updating server_metrics dependency to 1.2.4 to monitor more network interfaces.
1 parent f9be300 commit d825d19

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.5
2+
3+
* Updating server_metrics dependency to 1.2.4 to monitor more network interfaces.
4+
15
## 1.0.4
26

37
* Added hostname to title

lib/scout_realtime/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Scout
22
module Realtime
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

scout_realtime.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
2626
spec.add_development_dependency "pry"
2727

2828
# Runtime dependencies
29-
spec.add_runtime_dependency "server_metrics", "~> 1.2.4"
29+
spec.add_runtime_dependency "server_metrics", "~> 1.2.5"
3030
end

0 commit comments

Comments
 (0)