Skip to content

Commit f855f21

Browse files
committed
Run bundle update on all Gemfiles
Just to stay up to date.
1 parent 153ca22 commit f855f21

File tree

4 files changed

+116
-104
lines changed

4 files changed

+116
-104
lines changed

Gemfile.lock

Lines changed: 42 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -25,80 +25,86 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
ast (2.4.2)
29-
base64 (0.2.0)
30-
benchmark (0.4.0)
31-
bigdecimal (3.1.9)
32-
byebug (11.1.3)
28+
ast (2.4.3)
29+
base64 (0.3.0)
30+
benchmark (0.4.1)
31+
bigdecimal (3.2.2)
32+
byebug (12.0.0)
3333
coderay (1.1.3)
34-
concurrent-ruby (1.3.4)
35-
connection_pool (2.5.0)
36-
drb (2.2.1)
37-
i18n (1.14.6)
34+
concurrent-ruby (1.3.5)
35+
connection_pool (2.5.3)
36+
drb (2.2.3)
37+
i18n (1.14.7)
3838
concurrent-ruby (~> 1.0)
39-
json (2.9.0)
40-
language_server-protocol (3.17.0.3)
39+
json (2.13.2)
40+
language_server-protocol (3.17.0.5)
4141
lint_roller (1.1.0)
4242
logger (1.7.0)
4343
method_source (1.1.0)
44-
minitest (5.25.4)
44+
minitest (5.25.5)
4545
minitest-fail-fast (0.1.0)
4646
minitest (~> 5)
4747
minitest-line (0.6.5)
4848
minitest (~> 5.0)
4949
minitest-mock_expectations (1.2.0)
5050
mysql2 (0.5.6)
51-
parallel (1.26.3)
52-
parser (3.3.6.0)
51+
parallel (1.27.0)
52+
parser (3.3.9.0)
5353
ast (~> 2.4.1)
5454
racc
5555
phenix (1.4.0)
5656
activerecord (>= 6.1)
5757
bundler
58-
pry (0.14.2)
58+
prism (1.4.0)
59+
pry (0.15.2)
5960
coderay (~> 1.1)
6061
method_source (~> 1.0)
61-
pry-byebug (3.10.1)
62-
byebug (~> 11.0)
63-
pry (>= 0.13, < 0.15)
62+
pry-byebug (3.11.0)
63+
byebug (~> 12.0)
64+
pry (>= 0.13, < 0.16)
6465
racc (1.8.1)
6566
rainbow (3.1.1)
66-
rake (13.2.1)
67-
regexp_parser (2.9.3)
68-
rubocop (1.68.0)
67+
rake (13.3.0)
68+
regexp_parser (2.11.2)
69+
rubocop (1.75.8)
6970
json (~> 2.3)
70-
language_server-protocol (>= 3.17.0)
71+
language_server-protocol (~> 3.17.0.2)
72+
lint_roller (~> 1.1.0)
7173
parallel (~> 1.10)
7274
parser (>= 3.3.0.2)
7375
rainbow (>= 2.2.2, < 4.0)
74-
regexp_parser (>= 2.4, < 3.0)
75-
rubocop-ast (>= 1.32.2, < 2.0)
76+
regexp_parser (>= 2.9.3, < 3.0)
77+
rubocop-ast (>= 1.44.0, < 2.0)
7678
ruby-progressbar (~> 1.7)
77-
unicode-display_width (>= 2.4.0, < 3.0)
78-
rubocop-ast (1.36.2)
79-
parser (>= 3.3.1.0)
80-
rubocop-performance (1.22.1)
81-
rubocop (>= 1.48.1, < 2.0)
82-
rubocop-ast (>= 1.31.1, < 2.0)
79+
unicode-display_width (>= 2.4.0, < 4.0)
80+
rubocop-ast (1.46.0)
81+
parser (>= 3.3.7.2)
82+
prism (~> 1.4)
83+
rubocop-performance (1.25.0)
84+
lint_roller (~> 1.1)
85+
rubocop (>= 1.75.0, < 2.0)
86+
rubocop-ast (>= 1.38.0, < 2.0)
8387
ruby-progressbar (1.13.0)
8488
securerandom (0.4.1)
85-
standard (1.42.1)
89+
standard (1.50.0)
8690
language_server-protocol (~> 3.17.0.2)
8791
lint_roller (~> 1.0)
88-
rubocop (~> 1.68.0)
92+
rubocop (~> 1.75.5)
8993
standard-custom (~> 1.0.0)
90-
standard-performance (~> 1.5)
94+
standard-performance (~> 1.8)
9195
standard-custom (1.0.2)
9296
lint_roller (~> 1.0)
9397
rubocop (~> 1.50)
94-
standard-performance (1.5.0)
98+
standard-performance (1.8.0)
9599
lint_roller (~> 1.1)
96-
rubocop-performance (~> 1.22.0)
100+
rubocop-performance (~> 1.25.0)
97101
timeout (0.4.3)
98102
trilogy (2.9.0)
99103
tzinfo (2.0.6)
100104
concurrent-ruby (~> 1.0)
101-
unicode-display_width (2.6.0)
105+
unicode-display_width (3.1.5)
106+
unicode-emoji (~> 4.0, >= 4.0.4)
107+
unicode-emoji (4.0.4)
102108

103109
PLATFORMS
104110
arm64-darwin-21

gemfiles/rails7.2.gemfile.lock

Lines changed: 51 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (7.2.2)
11-
activesupport (= 7.2.2)
12-
activerecord (7.2.2)
13-
activemodel (= 7.2.2)
14-
activesupport (= 7.2.2)
10+
activemodel (7.2.2.2)
11+
activesupport (= 7.2.2.2)
12+
activerecord (7.2.2.2)
13+
activemodel (= 7.2.2.2)
14+
activesupport (= 7.2.2.2)
1515
timeout (>= 0.4.0)
16-
activesupport (7.2.2)
16+
activesupport (7.2.2.2)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,80 +25,86 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28-
ast (2.4.2)
29-
base64 (0.2.0)
30-
benchmark (0.4.0)
31-
bigdecimal (3.1.8)
32-
byebug (11.1.3)
28+
ast (2.4.3)
29+
base64 (0.3.0)
30+
benchmark (0.4.1)
31+
bigdecimal (3.2.2)
32+
byebug (12.0.0)
3333
coderay (1.1.3)
34-
concurrent-ruby (1.3.4)
35-
connection_pool (2.4.1)
36-
drb (2.2.1)
37-
i18n (1.14.6)
34+
concurrent-ruby (1.3.5)
35+
connection_pool (2.5.3)
36+
drb (2.2.3)
37+
i18n (1.14.7)
3838
concurrent-ruby (~> 1.0)
39-
json (2.9.0)
40-
language_server-protocol (3.17.0.3)
39+
json (2.13.2)
40+
language_server-protocol (3.17.0.5)
4141
lint_roller (1.1.0)
42-
logger (1.6.2)
42+
logger (1.7.0)
4343
method_source (1.1.0)
44-
minitest (5.25.4)
44+
minitest (5.25.5)
4545
minitest-fail-fast (0.1.0)
4646
minitest (~> 5)
4747
minitest-line (0.6.5)
4848
minitest (~> 5.0)
4949
minitest-mock_expectations (1.2.0)
5050
mysql2 (0.5.6)
51-
parallel (1.26.3)
52-
parser (3.3.6.0)
51+
parallel (1.27.0)
52+
parser (3.3.9.0)
5353
ast (~> 2.4.1)
5454
racc
5555
phenix (1.4.0)
5656
activerecord (>= 6.1)
5757
bundler
58-
pry (0.14.2)
58+
prism (1.4.0)
59+
pry (0.15.2)
5960
coderay (~> 1.1)
6061
method_source (~> 1.0)
61-
pry-byebug (3.10.1)
62-
byebug (~> 11.0)
63-
pry (>= 0.13, < 0.15)
62+
pry-byebug (3.11.0)
63+
byebug (~> 12.0)
64+
pry (>= 0.13, < 0.16)
6465
racc (1.8.1)
6566
rainbow (3.1.1)
66-
rake (13.2.1)
67-
regexp_parser (2.9.3)
68-
rubocop (1.68.0)
67+
rake (13.3.0)
68+
regexp_parser (2.11.2)
69+
rubocop (1.75.8)
6970
json (~> 2.3)
70-
language_server-protocol (>= 3.17.0)
71+
language_server-protocol (~> 3.17.0.2)
72+
lint_roller (~> 1.1.0)
7173
parallel (~> 1.10)
7274
parser (>= 3.3.0.2)
7375
rainbow (>= 2.2.2, < 4.0)
74-
regexp_parser (>= 2.4, < 3.0)
75-
rubocop-ast (>= 1.32.2, < 2.0)
76+
regexp_parser (>= 2.9.3, < 3.0)
77+
rubocop-ast (>= 1.44.0, < 2.0)
7678
ruby-progressbar (~> 1.7)
77-
unicode-display_width (>= 2.4.0, < 3.0)
78-
rubocop-ast (1.36.2)
79-
parser (>= 3.3.1.0)
80-
rubocop-performance (1.22.1)
81-
rubocop (>= 1.48.1, < 2.0)
82-
rubocop-ast (>= 1.31.1, < 2.0)
79+
unicode-display_width (>= 2.4.0, < 4.0)
80+
rubocop-ast (1.46.0)
81+
parser (>= 3.3.7.2)
82+
prism (~> 1.4)
83+
rubocop-performance (1.25.0)
84+
lint_roller (~> 1.1)
85+
rubocop (>= 1.75.0, < 2.0)
86+
rubocop-ast (>= 1.38.0, < 2.0)
8387
ruby-progressbar (1.13.0)
84-
securerandom (0.4.0)
85-
standard (1.42.1)
88+
securerandom (0.4.1)
89+
standard (1.50.0)
8690
language_server-protocol (~> 3.17.0.2)
8791
lint_roller (~> 1.0)
88-
rubocop (~> 1.68.0)
92+
rubocop (~> 1.75.5)
8993
standard-custom (~> 1.0.0)
90-
standard-performance (~> 1.5)
94+
standard-performance (~> 1.8)
9195
standard-custom (1.0.2)
9296
lint_roller (~> 1.0)
9397
rubocop (~> 1.50)
94-
standard-performance (1.5.0)
98+
standard-performance (1.8.0)
9599
lint_roller (~> 1.1)
96-
rubocop-performance (~> 1.22.0)
97-
timeout (0.4.2)
100+
rubocop-performance (~> 1.25.0)
101+
timeout (0.4.3)
98102
trilogy (2.9.0)
99103
tzinfo (2.0.6)
100104
concurrent-ruby (~> 1.0)
101-
unicode-display_width (2.6.0)
105+
unicode-display_width (3.1.5)
106+
unicode-emoji (~> 4.0, >= 4.0.4)
107+
unicode-emoji (4.0.4)
102108

103109
PLATFORMS
104110
ruby

gemfiles/rails8.0.gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (8.0.2)
11-
activesupport (= 8.0.2)
12-
activerecord (8.0.2)
13-
activemodel (= 8.0.2)
14-
activesupport (= 8.0.2)
10+
activemodel (8.0.2.1)
11+
activesupport (= 8.0.2.1)
12+
activerecord (8.0.2.1)
13+
activemodel (= 8.0.2.1)
14+
activesupport (= 8.0.2.1)
1515
timeout (>= 0.4.0)
16-
activesupport (8.0.2)
16+
activesupport (8.0.2.1)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -27,18 +27,18 @@ GEM
2727
tzinfo (~> 2.0, >= 2.0.5)
2828
uri (>= 0.13.1)
2929
ast (2.4.3)
30-
base64 (0.2.0)
31-
benchmark (0.4.0)
32-
bigdecimal (3.1.9)
30+
base64 (0.3.0)
31+
benchmark (0.4.1)
32+
bigdecimal (3.2.2)
3333
byebug (12.0.0)
3434
coderay (1.1.3)
3535
concurrent-ruby (1.3.5)
36-
connection_pool (2.5.0)
37-
drb (2.2.1)
36+
connection_pool (2.5.3)
37+
drb (2.2.3)
3838
i18n (1.14.7)
3939
concurrent-ruby (~> 1.0)
40-
json (2.10.2)
41-
language_server-protocol (3.17.0.4)
40+
json (2.13.2)
41+
language_server-protocol (3.17.0.5)
4242
lint_roller (1.1.0)
4343
logger (1.7.0)
4444
method_source (1.1.0)
@@ -50,7 +50,7 @@ GEM
5050
minitest-mock_expectations (1.2.0)
5151
mysql2 (0.5.6)
5252
parallel (1.27.0)
53-
parser (3.3.8.0)
53+
parser (3.3.9.0)
5454
ast (~> 2.4.1)
5555
racc
5656
phenix (1.4.0)
@@ -65,9 +65,9 @@ GEM
6565
pry (>= 0.13, < 0.16)
6666
racc (1.8.1)
6767
rainbow (3.1.1)
68-
rake (13.2.1)
69-
regexp_parser (2.10.0)
70-
rubocop (1.75.2)
68+
rake (13.3.0)
69+
regexp_parser (2.11.2)
70+
rubocop (1.75.8)
7171
json (~> 2.3)
7272
language_server-protocol (~> 3.17.0.2)
7373
lint_roller (~> 1.1.0)
@@ -78,7 +78,7 @@ GEM
7878
rubocop-ast (>= 1.44.0, < 2.0)
7979
ruby-progressbar (~> 1.7)
8080
unicode-display_width (>= 2.4.0, < 4.0)
81-
rubocop-ast (1.44.1)
81+
rubocop-ast (1.46.0)
8282
parser (>= 3.3.7.2)
8383
prism (~> 1.4)
8484
rubocop-performance (1.25.0)
@@ -87,10 +87,10 @@ GEM
8787
rubocop-ast (>= 1.38.0, < 2.0)
8888
ruby-progressbar (1.13.0)
8989
securerandom (0.4.1)
90-
standard (1.49.0)
90+
standard (1.50.0)
9191
language_server-protocol (~> 3.17.0.2)
9292
lint_roller (~> 1.0)
93-
rubocop (~> 1.75.2)
93+
rubocop (~> 1.75.5)
9494
standard-custom (~> 1.0.0)
9595
standard-performance (~> 1.8)
9696
standard-custom (1.0.2)
@@ -103,7 +103,7 @@ GEM
103103
trilogy (2.9.0)
104104
tzinfo (2.0.6)
105105
concurrent-ruby (~> 1.0)
106-
unicode-display_width (3.1.4)
106+
unicode-display_width (3.1.5)
107107
unicode-emoji (~> 4.0, >= 4.0.4)
108108
unicode-emoji (4.0.4)
109109
uri (1.0.3)

test/test_arhp_connection_handling.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def test_shards_without_matching_ports_should_not_share_a_connection
119119
# The role name for a replica/reader database is :reading
120120
def test_writers_should_not_share_a_connection_with_replicas
121121
refute_equal(
122-
(AbstractPool1DbA.connected_to(role: :writing) { Pool1DbA.connection.raw_connection }),
123-
(AbstractPool1DbA.connected_to(role: :reading) { Pool1DbA.connection.raw_connection })
122+
AbstractPool1DbA.connected_to(role: :writing) { Pool1DbA.connection.raw_connection },
123+
AbstractPool1DbA.connected_to(role: :reading) { Pool1DbA.connection.raw_connection }
124124
)
125125
end
126126

0 commit comments

Comments
 (0)