Skip to content

Commit

Permalink
Merge pull request #171 from welcome-travel-technologies/activerecord…
Browse files Browse the repository at this point in the history
…-import-version-unlocked

Allow activerecord-import >= 0.27
  • Loading branch information
Fivell committed Dec 16, 2019
2 parents 0f3f143 + 08f5f8e commit 3630c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_admin_import.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.name = 'active_admin_import'
gem.require_paths = ['lib']
gem.version = ActiveAdminImport::VERSION
gem.add_runtime_dependency 'activerecord-import', '~> 0.27'
gem.add_runtime_dependency 'activerecord-import', '>= 0.27'
gem.add_runtime_dependency 'rchardet', '~> 1.6'
gem.add_runtime_dependency 'rubyzip', '~> 1.2'
gem.add_dependency 'activeadmin', '>= 1.0.0.pre2'
Expand Down

0 comments on commit 3630c3b

Please sign in to comment.