Skip to content

Commit

Permalink
[skip] Changed insert_many dependency to allow for version 0.2 and hi…
Browse files Browse the repository at this point in the history
…gher (1m)
  • Loading branch information
Ben Govero committed Dec 3, 2015
1 parent 7fe60cc commit 646aff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract_importer.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 4.0"
spec.add_dependency "activerecord-insert_many", "~> 0.1.1"
spec.add_dependency "activerecord-insert_many", ">= 0.1.1"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "minitest", "~> 4.7"
Expand Down

0 comments on commit 646aff2

Please sign in to comment.