Skip to content

Commit afdf76d

Browse files
committed
Update riverqueue-sequel Bundler dependencies
One more bump on the riverqueue-sequel dependencies left out of #2 to resolve some GitHub security warnings.
1 parent 353f746 commit afdf76d

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

drivers/riverqueue-sequel/Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,63 +7,63 @@ PATH
77
remote: .
88
specs:
99
riverqueue-sequel (0.0.1)
10-
pg
11-
sequel
10+
pg (> 0, < 1000)
11+
sequel (> 0, < 1000)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
1616
ast (2.4.2)
17-
bigdecimal (3.1.4)
18-
diff-lcs (1.5.0)
17+
bigdecimal (3.1.7)
18+
diff-lcs (1.5.1)
1919
docile (1.4.0)
20-
json (2.7.1)
20+
json (2.7.2)
2121
language_server-protocol (3.17.0.3)
2222
lint_roller (1.1.0)
2323
parallel (1.24.0)
2424
parser (3.3.0.5)
2525
ast (~> 2.4.1)
2626
racc
27-
pg (1.5.4)
27+
pg (1.5.6)
2828
racc (1.7.3)
2929
rainbow (3.1.1)
3030
regexp_parser (2.9.0)
3131
rexml (3.2.6)
32-
rspec-core (3.12.2)
33-
rspec-support (~> 3.12.0)
34-
rspec-expectations (3.12.3)
32+
rspec-core (3.13.0)
33+
rspec-support (~> 3.13.0)
34+
rspec-expectations (3.13.0)
3535
diff-lcs (>= 1.2.0, < 2.0)
36-
rspec-support (~> 3.12.0)
37-
rspec-support (3.12.1)
38-
rubocop (1.61.0)
36+
rspec-support (~> 3.13.0)
37+
rspec-support (3.13.1)
38+
rubocop (1.62.1)
3939
json (~> 2.3)
4040
language_server-protocol (>= 3.17.0)
4141
parallel (~> 1.10)
4242
parser (>= 3.3.0.2)
4343
rainbow (>= 2.2.2, < 4.0)
4444
regexp_parser (>= 1.8, < 3.0)
4545
rexml (>= 3.2.5, < 4.0)
46-
rubocop-ast (>= 1.30.0, < 2.0)
46+
rubocop-ast (>= 1.31.1, < 2.0)
4747
ruby-progressbar (~> 1.7)
4848
unicode-display_width (>= 2.4.0, < 3.0)
49-
rubocop-ast (1.31.1)
49+
rubocop-ast (1.31.2)
5050
parser (>= 3.3.0.4)
5151
rubocop-performance (1.20.2)
5252
rubocop (>= 1.48.1, < 2.0)
5353
rubocop-ast (>= 1.30.0, < 2.0)
5454
ruby-progressbar (1.13.0)
55-
sequel (5.74.0)
55+
sequel (5.79.0)
5656
bigdecimal
5757
simplecov (0.22.0)
5858
docile (~> 1.1)
5959
simplecov-html (~> 0.11)
6060
simplecov_json_formatter (~> 0.1)
6161
simplecov-html (0.12.3)
6262
simplecov_json_formatter (0.1.4)
63-
standard (1.34.0)
63+
standard (1.35.1)
6464
language_server-protocol (~> 3.17.0.2)
6565
lint_roller (~> 1.0)
66-
rubocop (~> 1.60)
66+
rubocop (~> 1.62.0)
6767
standard-custom (~> 1.0.0)
6868
standard-performance (~> 1.3)
6969
standard-custom (1.0.2)

0 commit comments

Comments
 (0)