Skip to content

Commit

Permalink
Only Rails 3+ supported from now.
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Mar 3, 2012
1 parent 74412b1 commit 31a2571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activewarehouse-etl.gemspec
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"

s.add_runtime_dependency('rake', '>= 0.8.3')
s.add_runtime_dependency('activesupport', '>= 2.1.0')
s.add_runtime_dependency('activerecord', '>= 2.1.0')
s.add_runtime_dependency('activesupport', '>= 3.0.0')
s.add_runtime_dependency('activerecord', '>= 3.0.0')
s.add_runtime_dependency('fastercsv', '>= 1.2.0')
s.add_runtime_dependency('adapter_extensions', '>= 0.9.5.rc1')

Expand Down

0 comments on commit 31a2571

Please sign in to comment.