We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48f8ce commit ae78a27Copy full SHA for ae78a27
active_admin_import.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
gem.name = 'active_admin_import'
16
gem.require_paths = ['lib']
17
gem.version = ActiveAdminImport::VERSION
18
- gem.add_runtime_dependency 'activerecord-import', '~> 0.15.0'
+ gem.add_runtime_dependency 'activerecord-import', '>= 0.16.1'
19
gem.add_runtime_dependency 'rchardet', '~> 1.6'
20
gem.add_runtime_dependency 'rubyzip', '~> 1.2'
21
gem.add_dependency 'rails', '>= 4.0'
0 commit comments