aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-03-25 15:57:45 -0300
committerEmilio Tagua <miloops@gmail.com>2010-03-25 15:57:45 -0300
commit2700d6c04436be383b1b099559002d851f0aca50 (patch)
treeed4a799ce0cd1aa062feaa3a258ef74abdd08cc4 /arel.gemspec
parentb04ebb7602d4e318469977649cf7a02f381b3143 (diff)
downloadrails-2700d6c04436be383b1b099559002d851f0aca50.tar.gz
rails-2700d6c04436be383b1b099559002d851f0aca50.tar.bz2
rails-2700d6c04436be383b1b099559002d851f0aca50.zip
Use ActiveSupport beta since beta1 is not released yet. Added singleton_class until beta1 is out.
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