Skip to content

Commit

Permalink
Merge pull request #150 from workgena/travis_testing
Browse files Browse the repository at this point in the history
bump 3.1.0 and lower activeadmin to 1.0.0.pre2
  • Loading branch information
workgena committed Apr 10, 2018
2 parents c9af348 + 87508f6 commit 33d761e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion active_admin_import.gemspec
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'activerecord-import', '~> 0.17.0'
gem.add_runtime_dependency 'rchardet', '~> 1.6'
gem.add_runtime_dependency 'rubyzip', '~> 1.2'
gem.add_dependency 'activeadmin', '~> 1.0'
gem.add_dependency 'activeadmin', '>= 1.0.0.pre2'
end
2 changes: 1 addition & 1 deletion lib/active_admin_import/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ActiveAdminImport
VERSION = '3.0.0'
VERSION = "3.1.0"
end

0 comments on commit 33d761e

Please sign in to comment.