Skip to content

Commit

Permalink
We need Rails here
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Apr 22, 2012
1 parent 0a9334e commit 7acb225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/config/gemfiles/common.rb
@@ -1,12 +1,12 @@
def declare_gems(activerecord_version)
def declare_gems(rails_version)
source :rubygems

gem 'adapter_extensions', :git => 'git://github.com/activewarehouse/adapter_extensions.git'
gem 'activewarehouse-etl', :git => 'git://github.com/activewarehouse/activewarehouse-etl.git'

gem 'activerecord', activerecord_version
gem 'rails', rails_version

if activerecord_version < '3.1'
if rails_version < '3.1'
gem 'mysql2', '< 0.3'
else
# use our own fork for bulk load support until issue fixed:
Expand Down

0 comments on commit 7acb225

Please sign in to comment.