bump deps

This commit is contained in:
Thomas Reynolds 2012-06-13 23:19:28 -07:00
parent 862a56a343
commit ab717af590

View file

@ -30,9 +30,9 @@ Gem::Specification.new do |s|
s.add_dependency("thor", ["~> 0.14.3"]) s.add_dependency("thor", ["~> 0.14.3"])
# Helpers # Helpers
s.add_dependency("activesupport", ["~> 3.2.4"]) s.add_dependency("activesupport", ["~> 3.2.6"])
# Watcher # Watcher
s.add_dependency("listen", ["~> 0.4.4"]) s.add_dependency("listen", ["~> 0.4.5"])
end end