Making activerecord dependency be require a version of activerecord 3.x. https://github.com/zdennis/activerecord-import/pull/43
This commit is contained in:
parent
7fa043cf31
commit
a5a9928b26
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source :gemcutter
|
source :gemcutter
|
||||||
|
|
||||||
gem "activerecord"
|
gem "activerecord", "~> 3.0"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "rake"
|
gem "rake"
|
||||||
|
|
|
@ -65,7 +65,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord
|
activerecord (~> 3.0)
|
||||||
activerecord-jdbcmysql-adapter
|
activerecord-jdbcmysql-adapter
|
||||||
delorean (~> 0.2.0)
|
delorean (~> 0.2.0)
|
||||||
factory_girl (~> 1.3.3)
|
factory_girl (~> 1.3.3)
|
||||||
|
|
Loading…
Reference in a new issue