mirror of
https://github.com/github/rails.git
synced 2026-01-31 01:08:19 -05:00
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compatibility fixes.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6329 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -308,7 +308,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.1')
|
||||
s.add_dependency('rake', '>= 0.7.2')
|
||||
s.add_dependency('activesupport', '= 1.3.1' + PKG_BUILD)
|
||||
s.add_dependency('activerecord', '= 1.14.4' + PKG_BUILD)
|
||||
s.add_dependency('actionpack', '= 1.12.5' + PKG_BUILD)
|
||||
|
||||
Reference in New Issue
Block a user