Skip to content

Commit d78ff1e

Browse files
committed
bump
1 parent 32967cf commit d78ff1e

2 files changed

Lines changed: 19 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
faktory_worker_ruby (2.1.2)
5-
connection_pool (~> 2.5)
4+
faktory_worker_ruby (2.2.0)
5+
connection_pool (< 4)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activejob (8.1.2)
11-
activesupport (= 8.1.2)
10+
activejob (8.1.3)
11+
activesupport (= 8.1.3)
1212
globalid (>= 0.3.6)
13-
activesupport (8.1.2)
13+
activesupport (8.1.3)
1414
base64
1515
bigdecimal
1616
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -27,41 +27,41 @@ GEM
2727
base64 (0.3.0)
2828
bigdecimal (4.0.1)
2929
concurrent-ruby (1.3.6)
30-
connection_pool (2.5.5)
30+
connection_pool (3.0.2)
3131
docile (1.4.1)
3232
drb (2.2.3)
3333
globalid (1.3.0)
3434
activesupport (>= 6.1)
3535
i18n (1.14.8)
3636
concurrent-ruby (~> 1.0)
37-
json (2.18.0)
37+
json (2.19.3)
3838
language_server-protocol (3.17.0.5)
3939
lint_roller (1.1.0)
4040
logger (1.7.0)
41-
minitest (5.27.0)
42-
minitest-hooks (1.5.3)
43-
minitest (> 5.3)
41+
minitest (6.0.2)
42+
drb (~> 2.0)
43+
prism (~> 1.5)
4444
parallel (1.27.0)
45-
parser (3.3.10.1)
45+
parser (3.3.11.1)
4646
ast (~> 2.4.1)
4747
racc
48-
prism (1.8.0)
48+
prism (1.9.0)
4949
racc (1.8.1)
5050
rainbow (3.1.1)
5151
rake (13.3.1)
5252
regexp_parser (2.11.3)
53-
rubocop (1.82.1)
53+
rubocop (1.84.2)
5454
json (~> 2.3)
5555
language_server-protocol (~> 3.17.0.2)
5656
lint_roller (~> 1.1.0)
5757
parallel (~> 1.10)
5858
parser (>= 3.3.0.2)
5959
rainbow (>= 2.2.2, < 4.0)
6060
regexp_parser (>= 2.9.3, < 3.0)
61-
rubocop-ast (>= 1.48.0, < 2.0)
61+
rubocop-ast (>= 1.49.0, < 2.0)
6262
ruby-progressbar (~> 1.7)
6363
unicode-display_width (>= 2.4.0, < 4.0)
64-
rubocop-ast (1.49.0)
64+
rubocop-ast (1.49.1)
6565
parser (>= 3.3.7.2)
6666
prism (~> 1.7)
6767
rubocop-performance (1.26.1)
@@ -76,10 +76,10 @@ GEM
7676
simplecov_json_formatter (~> 0.1)
7777
simplecov-html (0.13.2)
7878
simplecov_json_formatter (0.1.4)
79-
standard (1.53.0)
79+
standard (1.54.0)
8080
language_server-protocol (~> 3.17.0.2)
8181
lint_roller (~> 1.0)
82-
rubocop (~> 1.82.0)
82+
rubocop (~> 1.84.0)
8383
standard-custom (~> 1.0.0)
8484
standard-performance (~> 1.8)
8585
standard-custom (1.0.2)
@@ -101,8 +101,7 @@ PLATFORMS
101101
DEPENDENCIES
102102
activejob (>= 7.0.0, >= 0)
103103
faktory_worker_ruby!
104-
minitest (~> 5)
105-
minitest-hooks
104+
minitest
106105
rake
107106
simplecov
108107
standard

lib/faktory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Faktory
4-
VERSION = "2.1.2"
4+
VERSION = "2.2.0"
55
end

0 commit comments

Comments
 (0)