Skip to content

Commit 3a41e04

Browse files
ushismajormoses
authored andcommitted
rest-client 2
1 parent 8cb16a1 commit 3a41e04

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

sensu-plugins-telegram.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)