Skip to content

Commit

Permalink
Fix rest-client 2.1 removal of gzip processing
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed May 18, 2020
1 parent c0bb8a1 commit 0c36fc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hawkularclient.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_runtime_dependency('addressable')
gem.add_runtime_dependency('rest-client', '~> 2.0')
gem.add_runtime_dependency('rest-client', '~> 2.1')
gem.add_runtime_dependency('websocket-client-simple', '~> 0.3.0')
gem.add_development_dependency('actionpack', '~> 4')
gem.add_development_dependency('coveralls')
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c36fc8

Please sign in to comment.