From a5a9928b26d10f782a38ad2be4112e80e396acee Mon Sep 17 00:00:00 2001 From: Zach Dennis Date: Fri, 20 Jan 2012 17:48:04 -0500 Subject: [PATCH] Making activerecord dependency be require a version of activerecord 3.x. https://github.com/zdennis/activerecord-import/pull/43 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b4fa2e3..6315bf4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :gemcutter -gem "activerecord" +gem "activerecord", "~> 3.0" group :development do gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index b6e8827..097363d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord + activerecord (~> 3.0) activerecord-jdbcmysql-adapter delorean (~> 0.2.0) factory_girl (~> 1.3.3)