Skip to content

Commit 67b964d

Browse files
committed
Bump solid_queue to 1.0.0.beta
1 parent 2293d8c commit 67b964d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
solid_queue (0.9.0)
4+
solid_queue (1.0.0.beta)
55
activejob (>= 7.1)
66
activerecord (>= 7.1)
77
concurrent-ruby (>= 1.3.1)

lib/solid_queue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SolidQueue
2-
VERSION = "0.9.0"
2+
VERSION = "1.0.0.beta"
33
end

test/unit/log_subscriber_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def instrument(...)
7272

7373
def assert_match_logged(level, action, attributes)
7474
assert_equal 1, @logger.logged(level).size
75-
assert_match /SolidQueue-[\d.]+ #{action} \(\d+\.\d+ms\) #{Regexp.escape(attributes)}/, @logger.logged(level).last
75+
assert_match /SolidQueue-[\d.]+(\.beta)? #{action} \(\d+\.\d+ms\) #{Regexp.escape(attributes)}/, @logger.logged(level).last
7676
end
7777
end

0 commit comments

Comments
 (0)