From ce5ac9b2128d994c6b6081a383bc1a3e544979a6 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 10 Oct 2019 13:34:00 +0300 Subject: [PATCH] Remove `activerecord-import` gem --- Gemfile | 4 ---- Gemfile.lock | 3 --- 2 files changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index d855cb751..fbc43c0c0 100644 --- a/Gemfile +++ b/Gemfile @@ -68,10 +68,6 @@ gem 'uuidtools', '2.1.5' # For unique IDs (used by the epp gem) gem 'que', '0.10.0' gem 'daemons-rails', '1.2.1' gem 'que-web', '0.4.0' - -# for importing legacy db -gem 'activerecord-import', '0.7.0' # for inserting dummy data - gem 'pdfkit' gem 'jquery-ui-rails', '5.0.5' gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322 diff --git a/Gemfile.lock b/Gemfile.lock index c56fb00b8..6fe1cabd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,8 +89,6 @@ GEM activemodel (= 4.2.11.1) activesupport (= 4.2.11.1) arel (~> 6.0) - activerecord-import (0.7.0) - activerecord (>= 3.0) activesupport (4.2.11.1) i18n (~> 0.7) minitest (~> 5.1) @@ -425,7 +423,6 @@ PLATFORMS DEPENDENCIES active_model-errors_details - activerecord-import (= 0.7.0) airbrake autodoc bootstrap-sass (~> 3.4)