File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+ ### Fixed
8+ - use rest-client 2 to fix issue with OpenSSL 1.1.0 (@ushis )
9+
710## [ 2.0.0] - 2017-05-30
811### Breaking Change
912- removed ruby 1.9x support
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636 s . version = SensuPluginsTelegram ::Version ::VER_STRING
3737
3838 s . add_runtime_dependency 'sensu-plugin' , '~> 1.1'
39- s . add_runtime_dependency 'rest-client' , '~> 1.8 '
39+ s . add_runtime_dependency 'rest-client' , '~> 2.0.2 '
4040
4141 s . add_development_dependency 'bundler' , '~> 1.7'
4242 s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
You can’t perform that action at this time.
0 commit comments