Skip to content

Commit df91ee4

Browse files
committed
Upgrade bundled gems
A Trilogy error message needed adjusting, see trilogy-libraries/trilogy#187
1 parent d6ddb25 commit df91ee4

10 files changed

+197
-181
lines changed

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.1.7.6)
11-
activesupport (= 6.1.7.6)
12-
activerecord (6.1.7.6)
13-
activemodel (= 6.1.7.6)
14-
activesupport (= 6.1.7.6)
15-
activesupport (6.1.7.6)
10+
activemodel (6.1.7.10)
11+
activesupport (= 6.1.7.10)
12+
activerecord (6.1.7.10)
13+
activemodel (= 6.1.7.10)
14+
activesupport (= 6.1.7.10)
15+
activesupport (6.1.7.10)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -21,26 +21,26 @@ GEM
2121
ast (2.4.2)
2222
byebug (11.1.3)
2323
coderay (1.1.3)
24-
concurrent-ruby (1.2.3)
25-
i18n (1.14.1)
24+
concurrent-ruby (1.3.4)
25+
i18n (1.14.6)
2626
concurrent-ruby (~> 1.0)
27-
json (2.7.2)
27+
json (2.9.0)
2828
language_server-protocol (3.17.0.3)
2929
lint_roller (1.1.0)
30-
method_source (1.0.0)
31-
minitest (5.16.3)
30+
method_source (1.1.0)
31+
minitest (5.25.4)
3232
minitest-fail-fast (0.1.0)
3333
minitest (~> 5)
3434
minitest-line (0.6.5)
3535
minitest (~> 5.0)
36-
minitest-mock_expectations (1.1.3)
37-
mysql2 (0.5.5)
36+
minitest-mock_expectations (1.2.0)
37+
mysql2 (0.5.6)
3838
parallel (1.26.3)
39-
parser (3.3.5.0)
39+
parser (3.3.6.0)
4040
ast (~> 2.4.1)
4141
racc
42-
phenix (1.1.0)
43-
activerecord (>= 4.2, < 7.1)
42+
phenix (1.4.0)
43+
activerecord (>= 6.1)
4444
bundler
4545
pry (0.14.2)
4646
coderay (~> 1.1)
@@ -50,9 +50,9 @@ GEM
5050
pry (>= 0.13, < 0.15)
5151
racc (1.8.1)
5252
rainbow (3.1.1)
53-
rake (13.0.6)
54-
regexp_parser (2.9.2)
55-
rubocop (1.66.1)
53+
rake (13.2.1)
54+
regexp_parser (2.9.3)
55+
rubocop (1.68.0)
5656
json (~> 2.3)
5757
language_server-protocol (>= 3.17.0)
5858
parallel (~> 1.10)
@@ -62,16 +62,16 @@ GEM
6262
rubocop-ast (>= 1.32.2, < 2.0)
6363
ruby-progressbar (~> 1.7)
6464
unicode-display_width (>= 2.4.0, < 3.0)
65-
rubocop-ast (1.32.3)
65+
rubocop-ast (1.36.2)
6666
parser (>= 3.3.1.0)
6767
rubocop-performance (1.22.1)
6868
rubocop (>= 1.48.1, < 2.0)
6969
rubocop-ast (>= 1.31.1, < 2.0)
7070
ruby-progressbar (1.13.0)
71-
standard (1.41.0)
71+
standard (1.42.1)
7272
language_server-protocol (~> 3.17.0.2)
7373
lint_roller (~> 1.0)
74-
rubocop (~> 1.66.0)
74+
rubocop (~> 1.68.0)
7575
standard-custom (~> 1.0.0)
7676
standard-performance (~> 1.5)
7777
standard-custom (1.0.2)
@@ -83,7 +83,7 @@ GEM
8383
tzinfo (2.0.6)
8484
concurrent-ruby (~> 1.0)
8585
unicode-display_width (2.6.0)
86-
zeitwerk (2.6.12)
86+
zeitwerk (2.6.18)
8787

8888
PLATFORMS
8989
arm64-darwin-21
@@ -103,4 +103,4 @@ DEPENDENCIES
103103
standard
104104

105105
BUNDLED WITH
106-
2.5.17
106+
2.5.23

gemfiles/rails6.1_mysql2.gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.1.7.8)
11-
activesupport (= 6.1.7.8)
12-
activerecord (6.1.7.8)
13-
activemodel (= 6.1.7.8)
14-
activesupport (= 6.1.7.8)
15-
activesupport (6.1.7.8)
10+
activemodel (6.1.7.10)
11+
activesupport (= 6.1.7.10)
12+
activerecord (6.1.7.10)
13+
activemodel (= 6.1.7.10)
14+
activesupport (= 6.1.7.10)
15+
activesupport (6.1.7.10)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
@@ -21,25 +21,25 @@ GEM
2121
ast (2.4.2)
2222
byebug (11.1.3)
2323
coderay (1.1.3)
24-
concurrent-ruby (1.3.3)
25-
i18n (1.14.5)
24+
concurrent-ruby (1.3.4)
25+
i18n (1.14.6)
2626
concurrent-ruby (~> 1.0)
27-
json (2.7.2)
27+
json (2.9.0)
2828
language_server-protocol (3.17.0.3)
2929
lint_roller (1.1.0)
3030
method_source (1.1.0)
31-
minitest (5.24.1)
31+
minitest (5.25.4)
3232
minitest-fail-fast (0.1.0)
3333
minitest (~> 5)
3434
minitest-line (0.6.5)
3535
minitest (~> 5.0)
3636
minitest-mock_expectations (1.2.0)
3737
mysql2 (0.5.6)
3838
parallel (1.26.3)
39-
parser (3.3.5.0)
39+
parser (3.3.6.0)
4040
ast (~> 2.4.1)
4141
racc
42-
phenix (1.3.0)
42+
phenix (1.4.0)
4343
activerecord (>= 6.1)
4444
bundler
4545
pry (0.14.2)
@@ -51,8 +51,8 @@ GEM
5151
racc (1.8.1)
5252
rainbow (3.1.1)
5353
rake (13.2.1)
54-
regexp_parser (2.9.2)
55-
rubocop (1.66.1)
54+
regexp_parser (2.9.3)
55+
rubocop (1.68.0)
5656
json (~> 2.3)
5757
language_server-protocol (>= 3.17.0)
5858
parallel (~> 1.10)
@@ -62,16 +62,16 @@ GEM
6262
rubocop-ast (>= 1.32.2, < 2.0)
6363
ruby-progressbar (~> 1.7)
6464
unicode-display_width (>= 2.4.0, < 3.0)
65-
rubocop-ast (1.32.3)
65+
rubocop-ast (1.36.2)
6666
parser (>= 3.3.1.0)
6767
rubocop-performance (1.22.1)
6868
rubocop (>= 1.48.1, < 2.0)
6969
rubocop-ast (>= 1.31.1, < 2.0)
7070
ruby-progressbar (1.13.0)
71-
standard (1.41.0)
71+
standard (1.42.1)
7272
language_server-protocol (~> 3.17.0.2)
7373
lint_roller (~> 1.0)
74-
rubocop (~> 1.66.0)
74+
rubocop (~> 1.68.0)
7575
standard-custom (~> 1.0.0)
7676
standard-performance (~> 1.5)
7777
standard-custom (1.0.2)
@@ -83,7 +83,7 @@ GEM
8383
tzinfo (2.0.6)
8484
concurrent-ruby (~> 1.0)
8585
unicode-display_width (2.6.0)
86-
zeitwerk (2.6.16)
86+
zeitwerk (2.6.18)
8787

8888
PLATFORMS
8989
ruby
@@ -102,4 +102,4 @@ DEPENDENCIES
102102
standard
103103

104104
BUNDLED WITH
105-
2.5.17
105+
2.5.23

gemfiles/rails6.1_trilogy.gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (6.1.7.8)
11-
activesupport (= 6.1.7.8)
12-
activerecord (6.1.7.8)
13-
activemodel (= 6.1.7.8)
14-
activesupport (= 6.1.7.8)
10+
activemodel (6.1.7.10)
11+
activesupport (= 6.1.7.10)
12+
activerecord (6.1.7.10)
13+
activemodel (= 6.1.7.10)
14+
activesupport (= 6.1.7.10)
1515
activerecord-trilogy-adapter (3.1.2)
1616
activerecord (>= 6.0.a, < 7.1.a)
1717
trilogy (>= 2.4.0)
18-
activesupport (6.1.7.8)
18+
activesupport (6.1.7.10)
1919
concurrent-ruby (~> 1.0, >= 1.0.2)
2020
i18n (>= 1.6, < 2)
2121
minitest (>= 5.1)
@@ -24,24 +24,24 @@ GEM
2424
ast (2.4.2)
2525
byebug (11.1.3)
2626
coderay (1.1.3)
27-
concurrent-ruby (1.3.3)
28-
i18n (1.14.5)
27+
concurrent-ruby (1.3.4)
28+
i18n (1.14.6)
2929
concurrent-ruby (~> 1.0)
30-
json (2.7.2)
30+
json (2.9.0)
3131
language_server-protocol (3.17.0.3)
3232
lint_roller (1.1.0)
3333
method_source (1.1.0)
34-
minitest (5.24.1)
34+
minitest (5.25.4)
3535
minitest-fail-fast (0.1.0)
3636
minitest (~> 5)
3737
minitest-line (0.6.5)
3838
minitest (~> 5.0)
3939
minitest-mock_expectations (1.2.0)
4040
parallel (1.26.3)
41-
parser (3.3.5.0)
41+
parser (3.3.6.0)
4242
ast (~> 2.4.1)
4343
racc
44-
phenix (1.3.0)
44+
phenix (1.4.0)
4545
activerecord (>= 6.1)
4646
bundler
4747
pry (0.14.2)
@@ -53,8 +53,8 @@ GEM
5353
racc (1.8.1)
5454
rainbow (3.1.1)
5555
rake (13.2.1)
56-
regexp_parser (2.9.2)
57-
rubocop (1.66.1)
56+
regexp_parser (2.9.3)
57+
rubocop (1.68.0)
5858
json (~> 2.3)
5959
language_server-protocol (>= 3.17.0)
6060
parallel (~> 1.10)
@@ -64,16 +64,16 @@ GEM
6464
rubocop-ast (>= 1.32.2, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 2.4.0, < 3.0)
67-
rubocop-ast (1.32.3)
67+
rubocop-ast (1.36.2)
6868
parser (>= 3.3.1.0)
6969
rubocop-performance (1.22.1)
7070
rubocop (>= 1.48.1, < 2.0)
7171
rubocop-ast (>= 1.31.1, < 2.0)
7272
ruby-progressbar (1.13.0)
73-
standard (1.41.0)
73+
standard (1.42.1)
7474
language_server-protocol (~> 3.17.0.2)
7575
lint_roller (~> 1.0)
76-
rubocop (~> 1.66.0)
76+
rubocop (~> 1.68.0)
7777
standard-custom (~> 1.0.0)
7878
standard-performance (~> 1.5)
7979
standard-custom (1.0.2)
@@ -82,11 +82,11 @@ GEM
8282
standard-performance (1.5.0)
8383
lint_roller (~> 1.1)
8484
rubocop-performance (~> 1.22.0)
85-
trilogy (2.8.1)
85+
trilogy (2.9.0)
8686
tzinfo (2.0.6)
8787
concurrent-ruby (~> 1.0)
8888
unicode-display_width (2.6.0)
89-
zeitwerk (2.6.16)
89+
zeitwerk (2.6.18)
9090

9191
PLATFORMS
9292
ruby
@@ -106,4 +106,4 @@ DEPENDENCIES
106106
trilogy (>= 2.5.0)
107107

108108
BUNDLED WITH
109-
2.5.17
109+
2.5.23

gemfiles/rails7.0_mysql2.gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (7.0.8.4)
11-
activesupport (= 7.0.8.4)
12-
activerecord (7.0.8.4)
13-
activemodel (= 7.0.8.4)
14-
activesupport (= 7.0.8.4)
15-
activesupport (7.0.8.4)
10+
activemodel (7.0.8.6)
11+
activesupport (= 7.0.8.6)
12+
activerecord (7.0.8.6)
13+
activemodel (= 7.0.8.6)
14+
activesupport (= 7.0.8.6)
15+
activesupport (7.0.8.6)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
2020
ast (2.4.2)
2121
byebug (11.1.3)
2222
coderay (1.1.3)
23-
concurrent-ruby (1.3.3)
24-
i18n (1.14.5)
23+
concurrent-ruby (1.3.4)
24+
i18n (1.14.6)
2525
concurrent-ruby (~> 1.0)
26-
json (2.7.2)
26+
json (2.9.0)
2727
language_server-protocol (3.17.0.3)
2828
lint_roller (1.1.0)
2929
method_source (1.1.0)
30-
minitest (5.24.1)
30+
minitest (5.25.4)
3131
minitest-fail-fast (0.1.0)
3232
minitest (~> 5)
3333
minitest-line (0.6.5)
3434
minitest (~> 5.0)
3535
minitest-mock_expectations (1.2.0)
3636
mysql2 (0.5.6)
3737
parallel (1.26.3)
38-
parser (3.3.5.0)
38+
parser (3.3.6.0)
3939
ast (~> 2.4.1)
4040
racc
41-
phenix (1.3.0)
41+
phenix (1.4.0)
4242
activerecord (>= 6.1)
4343
bundler
4444
pry (0.14.2)
@@ -50,8 +50,8 @@ GEM
5050
racc (1.8.1)
5151
rainbow (3.1.1)
5252
rake (13.2.1)
53-
regexp_parser (2.9.2)
54-
rubocop (1.66.1)
53+
regexp_parser (2.9.3)
54+
rubocop (1.68.0)
5555
json (~> 2.3)
5656
language_server-protocol (>= 3.17.0)
5757
parallel (~> 1.10)
@@ -61,16 +61,16 @@ GEM
6161
rubocop-ast (>= 1.32.2, < 2.0)
6262
ruby-progressbar (~> 1.7)
6363
unicode-display_width (>= 2.4.0, < 3.0)
64-
rubocop-ast (1.32.3)
64+
rubocop-ast (1.36.2)
6565
parser (>= 3.3.1.0)
6666
rubocop-performance (1.22.1)
6767
rubocop (>= 1.48.1, < 2.0)
6868
rubocop-ast (>= 1.31.1, < 2.0)
6969
ruby-progressbar (1.13.0)
70-
standard (1.41.0)
70+
standard (1.42.1)
7171
language_server-protocol (~> 3.17.0.2)
7272
lint_roller (~> 1.0)
73-
rubocop (~> 1.66.0)
73+
rubocop (~> 1.68.0)
7474
standard-custom (~> 1.0.0)
7575
standard-performance (~> 1.5)
7676
standard-custom (1.0.2)
@@ -100,4 +100,4 @@ DEPENDENCIES
100100
standard
101101

102102
BUNDLED WITH
103-
2.5.17
103+
2.5.23

0 commit comments

Comments
 (0)