Skip to content

Commit f8084d4

Browse files
authored
Update channel 1-18-3 (#296)
Update all plugins with bundle update; all Ruby 2.5-3.0 compatible. [Fixes #272, #293]
1 parent a60d24d commit f8084d4

File tree

1 file changed

+39
-38
lines changed

1 file changed

+39
-38
lines changed

Gemfile.lock

+39-38
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.2)
4+
activesupport (6.1.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1010
ast (2.4.2)
1111
coderay (1.1.3)
12-
concurrent-ruby (1.1.6)
12+
concurrent-ruby (1.1.9)
1313
diff-lcs (1.4.4)
14-
i18n (1.8.3)
14+
i18n (1.8.10)
1515
concurrent-ruby (~> 1.0)
1616
method_source (1.0.0)
17-
minitest (5.14.1)
17+
minitest (5.14.4)
1818
mry (0.78.0.0)
1919
rubocop (>= 0.41.0)
2020
parallel (1.20.1)
2121
parser (3.0.1.1)
2222
ast (~> 2.4.1)
23-
pry (0.13.1)
23+
pry (0.14.1)
2424
coderay (~> 1.1)
2525
method_source (~> 1.0)
2626
rack (2.2.3)
2727
rainbow (3.0.0)
28-
rake (13.0.1)
28+
rake (13.0.4)
2929
regexp_parser (2.1.1)
3030
rexml (3.2.5)
31-
rspec (3.9.0)
32-
rspec-core (~> 3.9.0)
33-
rspec-expectations (~> 3.9.0)
34-
rspec-mocks (~> 3.9.0)
35-
rspec-core (3.9.2)
36-
rspec-support (~> 3.9.3)
37-
rspec-expectations (3.9.2)
31+
rspec (3.10.0)
32+
rspec-core (~> 3.10.0)
33+
rspec-expectations (~> 3.10.0)
34+
rspec-mocks (~> 3.10.0)
35+
rspec-core (3.10.1)
36+
rspec-support (~> 3.10.0)
37+
rspec-expectations (3.10.1)
3838
diff-lcs (>= 1.2.0, < 2.0)
39-
rspec-support (~> 3.9.0)
40-
rspec-mocks (3.9.1)
39+
rspec-support (~> 3.10.0)
40+
rspec-mocks (3.10.2)
4141
diff-lcs (>= 1.2.0, < 2.0)
42-
rspec-support (~> 3.9.0)
43-
rspec-support (3.9.3)
42+
rspec-support (~> 3.10.0)
43+
rspec-support (3.10.2)
4444
rubocop (1.18.3)
4545
parallel (~> 1.10)
4646
parser (>= 3.0.0.0)
@@ -56,32 +56,33 @@ GEM
5656
rubocop (>= 0.87, < 2)
5757
rubocop-i18n (3.0.0)
5858
rubocop (~> 1.0)
59-
rubocop-minitest (0.9.0)
60-
rubocop (>= 0.74)
61-
rubocop-performance (1.7.0)
62-
rubocop (>= 0.82.0)
59+
rubocop-minitest (0.14.0)
60+
rubocop (>= 0.90, < 2.0)
61+
rubocop-performance (1.11.3)
62+
rubocop (>= 1.7.0, < 2.0)
63+
rubocop-ast (>= 0.4.0)
6364
rubocop-rails (2.11.2)
6465
activesupport (>= 4.2.0)
6566
rack (>= 1.1)
6667
rubocop (>= 1.7.0, < 2.0)
67-
rubocop-rake (0.5.1)
68-
rubocop
69-
rubocop-rspec (1.41.0)
70-
rubocop (>= 0.68.1)
71-
rubocop-sequel (0.1.0)
68+
rubocop-rake (0.6.0)
69+
rubocop (~> 1.0)
70+
rubocop-rspec (2.4.0)
7271
rubocop (~> 1.0)
73-
rubocop-sorbet (0.5.1)
72+
rubocop-ast (>= 1.1.0)
73+
rubocop-sequel (0.2.0)
74+
rubocop (~> 1.0)
75+
rubocop-sorbet (0.6.2)
7476
rubocop
75-
rubocop-thread_safety (0.4.1)
76-
rubocop (>= 0.51.0)
77+
rubocop-thread_safety (0.4.2)
78+
rubocop (>= 0.53.0)
7779
ruby-progressbar (1.11.0)
7880
safe_yaml (1.0.5)
79-
test-prof (0.11.3)
80-
thread_safe (0.3.6)
81-
tzinfo (1.2.7)
82-
thread_safe (~> 0.1)
81+
test-prof (1.0.6)
82+
tzinfo (2.0.4)
83+
concurrent-ruby (~> 1.0)
8384
unicode-display_width (2.0.0)
84-
zeitwerk (2.3.1)
85+
zeitwerk (2.4.2)
8586

8687
PLATFORMS
8788
ruby

0 commit comments

Comments
 (0)