chore: remove activerecord import

This commit is contained in:
Nelson Jovel 2024-01-11 14:27:34 -08:00
parent 3adebbb2a6
commit 30f9f05a63
2 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end
spec.add_dependency "activerecord-import"
spec.add_dependency "bcrypt_pbkdf"
spec.add_dependency "cssbundling-rails"
spec.add_dependency "ed25519"
@ -30,11 +29,11 @@ Gem::Specification.new do |spec|
spec.add_dependency "jsbundling-rails"
spec.add_dependency "net-sftp"
spec.add_dependency "rails", ">= 7.1.2"
spec.add_dependency "rspec-rails"
spec.add_dependency "standard_deviation"
spec.add_dependency "stimulus-rails"
spec.add_dependency "turbo-rails"
spec.add_dependency "watir"
spec.add_development_dependency "factory_bot_rails"
spec.add_development_dependency "rspec-rails"
end