From e29033bf0cb8a077ca9c0cd7a8bcc167c386c383 Mon Sep 17 00:00:00 2001 From: Rosa Gutierrez Date: Wed, 11 Sep 2024 19:44:22 +0200 Subject: [PATCH] Bump solid_queue to 0.9.0 --- Gemfile.lock | 2 +- lib/solid_queue/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 53f40cc9..b1c98fec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - solid_queue (0.8.2) + solid_queue (0.9.0) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) diff --git a/lib/solid_queue/version.rb b/lib/solid_queue/version.rb index 2a483b32..4014330b 100644 --- a/lib/solid_queue/version.rb +++ b/lib/solid_queue/version.rb @@ -1,3 +1,3 @@ module SolidQueue - VERSION = "0.8.2" + VERSION = "0.9.0" end