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:
parent
997021eb29
commit
5598d3ac2e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue