Remove activerecord-import gem

This commit is contained in:
Artur Beljajev 2019-10-10 13:34:00 +03:00
parent bbaad1619f
commit ce5ac9b212
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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)