aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'arel.gemspec')
-rw-r--r--arel.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/arel.gemspec b/arel.gemspec
index 3a236d11b3..8091bec4d4 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -28,5 +28,5 @@ 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.0.beta1"
+ s.add_dependency "activesupport", ">= 3.0.0.beta"
end