milc.gemspec in milc-0.1.0 vs milc.gemspec in milc-0.1.1
- old
+ new
@@ -22,10 +22,10 @@
if spec.respond_to?(:metadata)
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
end
spec.add_runtime_dependency "logger_pipe", "~> 0.2.0"
- spec.add_runtime_dependency "activesupport", "~> 4.2.0"
+ spec.add_runtime_dependency "activesupport", "~> 4.1.0"
spec.add_development_dependency "bundler", "~> 1.8"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec"
end