Skip to content

Commit

Permalink
Add activerecord-import gem (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 11, 2023
1 parent 5fd3c01 commit a8359ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ gem "bootsnap", require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem "rack-cors"

gem 'activerecord-import'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ GEM
activerecord (7.0.5)
activemodel (= 7.0.5)
activesupport (= 7.0.5)
activerecord-import (1.4.1)
activerecord (>= 4.2)
activestorage (7.0.5)
actionpack (= 7.0.5)
activejob (= 7.0.5)
Expand Down Expand Up @@ -188,6 +190,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord-import
bootsnap
debug
jbuilder
Expand Down

0 comments on commit a8359ba

Please sign in to comment.