Skip to content

Commit 5f261ad

Browse files
committed
Require solid_queue
1 parent fc15b57 commit 5f261ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "sqlite3", ">= 1.4"
1414
# Use the Puma web server [https://github.com/puma/puma]
1515
gem "puma", ">= 5.0"
1616
# Using in-memory queue for background processing
17-
gem "solid_queue", "~> 1.0", require: false
17+
gem "solid_queue"
1818

1919
# WebAuthn for passkey support
2020
gem "webauthn", "~> 3.4"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ DEPENDENCIES
624624
sentry-ruby
625625
simplecov
626626
simplecov-cobertura
627-
solid_queue (~> 1.0)
627+
solid_queue
628628
sorbet
629629
sorbet-runtime (= 0.5.12016)
630630
sprockets-rails

0 commit comments

Comments
 (0)