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 87c584e commit 5893605Copy full SHA for 5893605
active_admin_import.gemspec
@@ -13,13 +13,13 @@ Gem::Specification.new do |gem|
13
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
gem.name = "active_admin_import"
15
gem.require_paths = ["lib"]
16
- gem.version = ActiveAdminImport::VERSION
+ gem.version = ActiveAdminImport::VERSION
17
18
19
- gem.add_runtime_dependency 'activerecord-import', '~> 0.8.0'
20
- gem.add_runtime_dependency 'rchardet', '~> 1.5'
+ gem.add_runtime_dependency 'activerecord-import', '~> 0.10.0'
+ gem.add_runtime_dependency 'rchardet', '~> 1.6'
21
22
- gem.add_runtime_dependency 'rubyzip', '~> 1.0', '>= 1.0.0'
+ gem.add_runtime_dependency 'rubyzip', '~> 1.1', '>= 1.0.0'
23
gem.add_dependency "rails", ">= 4.0"
24
25
end
0 commit comments