mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
bump activesupport
This commit is contained in:
parent
a5c2386853
commit
dc3d4f9fd5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_dependency("thor", [">= 0.15.2", "< 2.0"])
|
s.add_dependency("thor", [">= 0.15.2", "< 2.0"])
|
||||||
|
|
||||||
# Helpers
|
# Helpers
|
||||||
s.add_dependency("activesupport", ["~> 4.0.1"])
|
s.add_dependency("activesupport", ["~> 4.1.0"])
|
||||||
s.add_dependency("padrino-helpers", ["~> 0.12.1"])
|
s.add_dependency("padrino-helpers", ["~> 0.12.1"])
|
||||||
|
|
||||||
# Watcher
|
# Watcher
|
||||||
|
|
Loading…
Reference in a new issue