aboutsummaryrefslogtreecommitdiffstats
path: root/Thorfile
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-02-05 12:18:40 -0500
committerBryan Helmkamp <bryan@brynary.com>2010-02-05 12:18:40 -0500
commit9aa076abfb893e6de9fee48f4c280b007f5887d3 (patch)
treecbdcfb6ca801080ebaf371b6d3c102cb4f44137a /Thorfile
parent91663d1e3a1ed45ad4bf54129a1d633161133667 (diff)
downloadrails-9aa076abfb893e6de9fee48f4c280b007f5887d3.tar.gz
rails-9aa076abfb893e6de9fee48f4c280b007f5887d3.tar.bz2
rails-9aa076abfb893e6de9fee48f4c280b007f5887d3.zip
Bump dependency version of activesupport to 3.0.0.beta
Diffstat (limited to 'Thorfile')
-rw-r--r--Thorfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Thorfile b/Thorfile
index eebb58254f..3b55e45a91 100644
--- a/Thorfile
+++ b/Thorfile
@@ -38,7 +38,7 @@ and query generation.
# circular dependency chain. The solution is for ActiveRecord to release
# the connection adapters which Arel uses in a separate gem
# s.add_dependency "activerecord", ">= 3.0.pre"
- s.add_dependency "activesupport", ">= 3.0.pre"
+ s.add_dependency "activesupport", ">= 3.0.0.beta"
end
end