mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove activerecord-import
gem
This commit is contained in:
parent
bbaad1619f
commit
ce5ac9b212
2 changed files with 0 additions and 7 deletions
4
Gemfile
4
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue