aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 18:12:48 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 18:12:48 +0000
commit729741a3fa91fb92a60795a3c9c3e3928723023c (patch)
tree82dcd9f67797eade66c20417cb85c7f09af61d7d /activeresource/Rakefile
parente16ecaf84c05b054a8ec3b776b3223880edda3d4 (diff)
downloadrails-729741a3fa91fb92a60795a3c9c3e3928723023c.tar.gz
rails-729741a3fa91fb92a60795a3c9c3e3928723023c.tar.bz2
rails-729741a3fa91fb92a60795a3c9c3e3928723023c.zip
Preparing for release shortly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/Rakefile')
-rw-r--r--activeresource/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/Rakefile b/activeresource/Rakefile
index 88669141d8..f643593732 100644
--- a/activeresource/Rakefile
+++ b/activeresource/Rakefile
@@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s|
s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
end
- s.add_dependency('activesupport', '= 1.99.1' + PKG_BUILD)
+ s.add_dependency('activesupport', '= 2.0.0' + PKG_BUILD)
s.require_path = 'lib'
s.autorequire = 'active_resource'