Skip to content

Commit 115bc8d

Browse files
dependabot-preview[bot]majormoses
authored andcommitted
Update typhoeus requirement from ~> 1.3.1 to >= 1.3.1, < 1.5.0
Updates the requirements on [typhoeus](https://github.com/typhoeus/typhoeus) to permit the latest version. - [Release notes](https://github.com/typhoeus/typhoeus/releases) - [Changelog](https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md) - [Commits](typhoeus/typhoeus@v1.3.1...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f680d07 commit 115bc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sensu-plugins-http.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
3636
s.add_runtime_dependency 'oj', '~> 3.10'
3737
s.add_runtime_dependency 'rest-client', '~> 2.1'
3838
s.add_runtime_dependency 'sensu-plugin', '~> 4.0'
39-
s.add_runtime_dependency 'typhoeus', '~> 1.3.1'
39+
s.add_runtime_dependency 'typhoeus', '>= 1.3.1', '< 1.5.0'
4040

4141
s.add_development_dependency 'bundler', '~> 2.1'
4242
s.add_development_dependency 'github-markup', '~> 3.0'

0 commit comments

Comments
 (0)