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

updates horo dependency to 1.0.1

This commit is contained in:
Xavier Noria 2010-08-08 11:28:50 +02:00
parent 997021eb29
commit 5598d3ac2e

View file

@ -11,7 +11,7 @@ gem "rails", :path => File.dirname(__FILE__)
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
gem "rdoc", ">= 2.5.9"
gem "horo"
gem "horo", ">= 1.0.1"
# AS
gem "memcache-client", ">= 1.8.5"