1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

bump activesupport

This commit is contained in:
Thomas Reynolds 2014-04-09 16:12:57 -07:00
parent a5c2386853
commit dc3d4f9fd5

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", ["~> 4.0.1"])
s.add_dependency("activesupport", ["~> 4.1.0"])
s.add_dependency("padrino-helpers", ["~> 0.12.1"])
# Watcher