Skip to content

Commit

Permalink
Remove ActiveRecord dependencies that cause problems with Rails 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dosire committed Nov 7, 2008
1 parent d3a5817 commit 8414fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions activerecord-odbc-adapter-2.0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Gem::Specification.new do |s|
s.specification_version = 2

if current_version >= 3 then
s.add_runtime_dependency(%q<activerecord>, [">= 2.0.2"])
#s.add_runtime_dependency(%q<activerecord>, [">= 2.0.2"])
else
s.add_dependency(%q<activerecord>, [">= 2.0.2"])
#s.add_dependency(%q<activerecord>, [">= 2.0.2"])
end
else
s.add_dependency(%q<activerecord>, [">= 2.0.2"])
#s.add_dependency(%q<activerecord>, [">= 2.0.2"])
end
end

0 comments on commit 8414fc4

Please sign in to comment.