Skip to content

Commit

Permalink
Depend on latest Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 11, 2008
1 parent c11bd7e commit 5d9c602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/Rakefile
Expand Up @@ -303,7 +303,7 @@ spec = Gem::Specification.new do |s|
on top of either MySQL, PostgreSQL, SQLite, DB2, SQL Server, or Oracle with eRuby- or Builder-based templates.
EOF

s.add_dependency('rake', '>= 0.7.2')
s.add_dependency('rake', '>= 0.8.1')
s.add_dependency('activesupport', '= 2.0.2' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.0.2' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.0.2' + PKG_BUILD)
Expand Down

0 comments on commit 5d9c602

Please sign in to comment.