Skip to content

Commit

Permalink
Upgrade the dependencies of the Rails gem
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@334 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 4, 2005
1 parent f2e6945 commit 395a25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/Rakefile
Expand Up @@ -233,9 +233,9 @@ spec = Gem::Specification.new do |s|
on top of either MySQL, PostgreSQL, or SQLite with eRuby-based templates.
EOF

s.add_dependency('rake', '>= 0.4.14')
s.add_dependency('activerecord', '>= 1.3.0')
s.add_dependency('actionpack', '>= 1.1.0')
s.add_dependency('rake', '>= 0.4.15')
s.add_dependency('activerecord', '>= 1.4.0')
s.add_dependency('actionpack', '>= 1.2.0')
s.add_dependency('actionmailer', '>= 0.5.0')

s.has_rdoc = false
Expand Down

0 comments on commit 395a25c

Please sign in to comment.