1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- chef.gemspec.orig 2015-05-31 17:09:05 UTC
+++ chef.gemspec
@@ -28,12 +28,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<mixlib-authentication>, ["~> 1.3"])
s.add_runtime_dependency(%q<mixlib-shellout>, ["~> 1.4"])
s.add_runtime_dependency(%q<ohai>, ["~> 7.2"])
- s.add_runtime_dependency(%q<rest-client>, ["<= 1.6.7", ">= 1.0.4"])
+ s.add_runtime_dependency(%q<rest-client>, [">= 1.0.4"])
s.add_runtime_dependency(%q<mime-types>, ["~> 1.16"])
s.add_runtime_dependency(%q<ffi-yajl>, ["~> 1.0"])
s.add_runtime_dependency(%q<net-ssh>, ["~> 2.6"])
s.add_runtime_dependency(%q<net-ssh-multi>, ["~> 1.1"])
- s.add_runtime_dependency(%q<highline>, [">= 1.6.9", "~> 1.6"])
+ s.add_runtime_dependency(%q<highline>, [">= 1.6.9"])
s.add_runtime_dependency(%q<erubis>, ["~> 2.7"])
s.add_runtime_dependency(%q<diff-lcs>, [">= 1.2.4", "~> 1.2"])
s.add_runtime_dependency(%q<chef-zero>, [">= 2.1.4", "~> 2.1"])
|