Skip to content

Commit a48f8ce

Browse files
authored
Merge pull request #120 from activeadmin-plugins/Fivell-patch-2
Update active_admin_import.gemspec
2 parents d57fccf + ec367ba commit a48f8ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ group :test do
2828
gem 'json', '< 2.0', platforms: :ruby_19 # Json 2.0 requires Ruby >= 2.0
2929
gem 'mime-types', '< 3.0.0', platforms: [:ruby_19, :ruby_20]
3030
gem 'tins', '< 1.3.4', platforms: :ruby_19
31+
gem 'term-ansicolor', '< 1.4.0', platforms: :ruby_19
3132
end

active_admin_import.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.name = 'active_admin_import'
1616
gem.require_paths = ['lib']
1717
gem.version = ActiveAdminImport::VERSION
18-
gem.add_runtime_dependency 'activerecord-import', '~> 0.14.0'
18+
gem.add_runtime_dependency 'activerecord-import', '~> 0.15.0'
1919
gem.add_runtime_dependency 'rchardet', '~> 1.6'
2020
gem.add_runtime_dependency 'rubyzip', '~> 1.2'
2121
gem.add_dependency 'rails', '>= 4.0'

0 commit comments

Comments
 (0)