Installed rdoc to avoid messages in rake tasks.
This commit is contained in:
parent
16ba5fa0ca
commit
7ca561a17a
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -10,6 +10,7 @@ gem "prawn", '<=0.6.3'
|
|||
gem 'haml', '>=2.0.6'
|
||||
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|
||||
gem 'sqlite3-ruby'
|
||||
gem 'rdoc', '>= 2.4.2'
|
||||
|
||||
group :development do
|
||||
gem 'annotate'
|
||||
|
|
|
@ -15,6 +15,7 @@ GEM
|
|||
fastercsv (1.5.4)
|
||||
haml (3.0.25)
|
||||
hirb (0.3.4)
|
||||
json (1.7.6)
|
||||
mysql (2.8.1)
|
||||
prawn (0.6.3)
|
||||
prawn-core (>= 0.6.3, < 0.7)
|
||||
|
@ -35,6 +36,8 @@ GEM
|
|||
activesupport (= 2.3.17)
|
||||
rake (>= 0.8.3)
|
||||
rake (10.0.3)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
routing-filter (0.0.1)
|
||||
sqlite3-ruby (1.2.4)
|
||||
|
||||
|
@ -49,5 +52,6 @@ DEPENDENCIES
|
|||
mysql
|
||||
prawn (<= 0.6.3)
|
||||
rails (= 2.3.17)
|
||||
rdoc (>= 2.4.2)
|
||||
routing-filter (= 0.0.1)
|
||||
sqlite3-ruby
|
||||
|
|
Loading…
Reference in a new issue