Skip to content

Commit

Permalink
Loosen activesupport dep to float on 3-0-stable or master
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Aug 30, 2010
1 parent eaeb912 commit 8321860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
s.add_dependency "activesupport", ">= 3.0.0"
end

0 comments on commit 8321860

Please sign in to comment.