ebfly.gemspec in ebfly-0.1.4 vs ebfly.gemspec in ebfly-0.1.5
- old
+ new
@@ -16,8 +16,9 @@
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
- spec.add_runtime_dependency "aws-sdk", ">= 1.39.0"
+ # http://ruby.awsblog.com/post/TxFKSK2QJE6RPZ/Upcoming-Stable-Release-of-AWS-SDK-for-Ruby-Version-2
+ spec.add_runtime_dependency "aws-sdk", "< 2.0"
spec.add_runtime_dependency "thor"
end