upgrade to newest activesupport

This commit is contained in:
Thomas Reynolds 2014-01-02 14:38:18 -08:00
parent 515c91e826
commit ae1edd482f
3 changed files with 3 additions and 4 deletions

View file

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_dependency("thor", [">= 0.15.2", "< 2.0"])
# Helpers
s.add_dependency("activesupport", ["~> 3.2.6"])
s.add_dependency("activesupport", ["~> 4.0.1"])
# Watcher
s.add_dependency("listen", ["~> 1.1"])