aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-09 21:27:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-09 21:27:32 +0000
commit00050dfedb8976741dbe998e4abc2281fa855c76 (patch)
tree47df984f36f0b2f79d4c6292df06f867e2a8cd95 /actionwebservice/Rakefile
parent4d078c87f4a1fee5ecdcb2010a6c85a70fd6ced0 (diff)
downloadrails-00050dfedb8976741dbe998e4abc2281fa855c76.tar.gz
rails-00050dfedb8976741dbe998e4abc2281fa855c76.tar.bz2
rails-00050dfedb8976741dbe998e4abc2281fa855c76.zip
Include the calculations fix for a new release of AR
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4203 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index 243065b025..1ca4a731ff 100644
--- a/actionwebservice/Rakefile
+++ b/actionwebservice/Rakefile
@@ -72,7 +72,7 @@ spec = Gem::Specification.new do |s|
s.homepage = "http://www.rubyonrails.org"
s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
- s.add_dependency('activerecord', '= 1.14.1' + PKG_BUILD)
+ s.add_dependency('activerecord', '= 1.14.2' + PKG_BUILD)
s.has_rdoc = true
s.requirements << 'none'