diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-19 14:12:38 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-19 14:12:38 +0100 |
commit | 51a19ae2bf33e66b23ff5c91bf584b2efa9e669f (patch) | |
tree | 9616aecf1e1337e3ea2aee3f67f307f49183724e /actionpack/Rakefile | |
parent | e442448fa3f706062ef9c89912c1fd95e1119f67 (diff) | |
download | rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.gz rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.tar.bz2 rails-51a19ae2bf33e66b23ff5c91bf584b2efa9e669f.zip |
Assume that the next version is going to be 2.3 for now
Diffstat (limited to 'actionpack/Rakefile')
-rw-r--r-- | actionpack/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 4020b4aa78..74c04c7740 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -80,7 +80,7 @@ spec = Gem::Specification.new do |s| s.has_rdoc = true s.requirements << 'none' - s.add_dependency('activesupport', '= 2.2.1' + PKG_BUILD) + s.add_dependency('activesupport', '= 2.3.0' + PKG_BUILD) s.require_path = 'lib' s.autorequire = 'action_controller' |