Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed rest-client dependency
  • Loading branch information
giovannelli committed Jun 15, 2015
1 parent 335b19a commit 1fe540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasift.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test}/*`.split("\n")
s.require_paths = ["lib"]

s.add_runtime_dependency('rest-client', '~> 1.6')
s.add_runtime_dependency('rest-client', '~> 1.8')
s.add_runtime_dependency('multi_json', '~> 1.7')
s.add_runtime_dependency('websocket-td', '~> 0.0.5')
s.add_development_dependency('bundler', '~> 1.0')
Expand Down

0 comments on commit 1fe540c

Please sign in to comment.