Remove unused sequel gem from Gemfile

It was originally added in 175ba66664
as the database driver for Que in the Active Job integration tests.

However, the gem is now unused since the Que adapter and its integration
tests were removed in cb22eb2b36
This commit is contained in:
Hartley McGuire 2023-01-31 19:13:22 -05:00
parent d7d93faacf
commit 106692fb6c
No known key found for this signature in database
GPG Key ID: E823FC1403858A82
2 changed files with 0 additions and 3 deletions

View File

@ -83,7 +83,6 @@ group :job do
gem "sneakers", require: false
gem "backburner", require: false
gem "delayed_job_active_record", require: false
gem "sequel", require: false
end
# Action Cable

View File

@ -430,7 +430,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sequel (5.64.0)
serverengine (2.0.7)
sigdump (~> 0.2.2)
set (1.0.3)
@ -583,7 +582,6 @@ DEPENDENCIES
rubyzip (~> 2.0)
sdoc (>= 2.6.0)
selenium-webdriver (>= 4.0.0)
sequel
sidekiq
sneakers
sprockets-rails (>= 2.0.0)