mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
requires horo 1.0.2
This commit is contained in:
parent
2277c51555
commit
63bb639036
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.10"
|
||||
gem "horo", ">= 1.0.1"
|
||||
gem "horo", ">= 1.0.2"
|
||||
|
||||
# AS
|
||||
gem "memcache-client", ">= 1.8.5"
|
||||
|
|
Loading…
Reference in a new issue