Skip to content

Commit 18161a7

Browse files
committed
Add irb to resolve Ruby 3.4 warning
It is the mutant that is the source of this warning: mutant-0.13.1/lib/mutant.rb:45: warning: irb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add irb to your Gemfile or gemspec to silence this warning.
1 parent 13ed433 commit 18161a7

File tree

42 files changed

+498
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+498
-0
lines changed

aggregate_root/Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,17 @@ GEM
3232
bigdecimal (3.1.9)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.3)
35+
date (3.4.1)
3536
diff-lcs (1.6.2)
3637
drb (2.2.3)
38+
erb (5.0.1)
3739
i18n (1.14.7)
3840
concurrent-ruby (~> 1.0)
41+
io-console (0.8.0)
42+
irb (1.15.2)
43+
pp (>= 0.6.0)
44+
rdoc (>= 4.0.0)
45+
reline (>= 0.4.2)
3946
logger (1.7.0)
4047
minitest (5.25.5)
4148
mutant (0.13.1)
@@ -55,9 +62,20 @@ GEM
5562
parser (3.3.8.0)
5663
ast (~> 2.4.1)
5764
racc
65+
pp (0.6.2)
66+
prettyprint
67+
prettyprint (0.2.0)
68+
psych (5.2.6)
69+
date
70+
stringio
5871
racc (1.8.1)
5972
rake (13.2.1)
73+
rdoc (6.14.0)
74+
erb
75+
psych (>= 4.0.0)
6076
regexp_parser (2.10.0)
77+
reline (0.6.1)
78+
io-console (~> 0.5)
6179
rspec (3.13.1)
6280
rspec-core (~> 3.13.0)
6381
rspec-expectations (~> 3.13.0)
@@ -73,6 +91,7 @@ GEM
7391
rspec-support (3.13.4)
7492
securerandom (0.4.1)
7593
sorbet-runtime (0.5.12135)
94+
stringio (3.1.7)
7695
tzinfo (2.0.6)
7796
concurrent-ruby (~> 1.0)
7897
unparser (0.7.0)
@@ -88,6 +107,7 @@ PLATFORMS
88107
DEPENDENCIES
89108
activesupport (~> 8.0.0)
90109
aggregate_root!
110+
irb
91111
mutant
92112
mutant-minitest
93113
mutant-rspec

aggregate_root/Gemfile.rails_7_2.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,17 @@ GEM
3131
bigdecimal (3.1.9)
3232
concurrent-ruby (1.3.5)
3333
connection_pool (2.5.3)
34+
date (3.4.1)
3435
diff-lcs (1.6.2)
3536
drb (2.2.3)
37+
erb (5.0.1)
3638
i18n (1.14.7)
3739
concurrent-ruby (~> 1.0)
40+
io-console (0.8.0)
41+
irb (1.15.2)
42+
pp (>= 0.6.0)
43+
rdoc (>= 4.0.0)
44+
reline (>= 0.4.2)
3845
logger (1.7.0)
3946
minitest (5.25.5)
4047
mutant (0.13.1)
@@ -54,9 +61,20 @@ GEM
5461
parser (3.3.8.0)
5562
ast (~> 2.4.1)
5663
racc
64+
pp (0.6.2)
65+
prettyprint
66+
prettyprint (0.2.0)
67+
psych (5.2.6)
68+
date
69+
stringio
5770
racc (1.8.1)
5871
rake (13.2.1)
72+
rdoc (6.14.0)
73+
erb
74+
psych (>= 4.0.0)
5975
regexp_parser (2.10.0)
76+
reline (0.6.1)
77+
io-console (~> 0.5)
6078
rspec (3.13.1)
6179
rspec-core (~> 3.13.0)
6280
rspec-expectations (~> 3.13.0)
@@ -72,6 +90,7 @@ GEM
7290
rspec-support (3.13.4)
7391
securerandom (0.4.1)
7492
sorbet-runtime (0.5.12135)
93+
stringio (3.1.7)
7594
tzinfo (2.0.6)
7695
concurrent-ruby (~> 1.0)
7796
unparser (0.7.0)
@@ -85,6 +104,7 @@ PLATFORMS
85104
DEPENDENCIES
86105
activesupport (~> 7.2.0)
87106
aggregate_root!
107+
irb
88108
mutant
89109
mutant-minitest
90110
mutant-rspec

contrib/dres_client/Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,16 @@ GEM
2222
crack (1.0.0)
2323
bigdecimal
2424
rexml
25+
date (3.4.1)
2526
diff-lcs (1.6.2)
2627
equalizer (0.0.11)
28+
erb (5.0.1)
2729
hashdiff (1.2.0)
30+
io-console (0.8.0)
31+
irb (1.15.2)
32+
pp (>= 0.6.0)
33+
rdoc (>= 4.0.0)
34+
reline (>= 0.4.2)
2835
minitest (5.25.5)
2936
mutant (0.13.1)
3037
diff-lcs (~> 1.3)
@@ -43,10 +50,21 @@ GEM
4350
parser (3.3.8.0)
4451
ast (~> 2.4.1)
4552
racc
53+
pp (0.6.2)
54+
prettyprint
55+
prettyprint (0.2.0)
56+
psych (5.2.6)
57+
date
58+
stringio
4659
public_suffix (6.0.2)
4760
racc (1.8.1)
4861
rake (13.2.1)
62+
rdoc (6.14.0)
63+
erb
64+
psych (>= 4.0.0)
4965
regexp_parser (2.10.0)
66+
reline (0.6.1)
67+
io-console (~> 0.5)
5068
rexml (3.4.1)
5169
rspec (3.13.1)
5270
rspec-core (~> 3.13.0)
@@ -62,6 +80,7 @@ GEM
6280
rspec-support (~> 3.13.0)
6381
rspec-support (3.13.4)
6482
sorbet-runtime (0.5.12135)
83+
stringio (3.1.7)
6584
unparser (0.7.0)
6685
diff-lcs (~> 1.6)
6786
parser (>= 3.3.0)
@@ -79,6 +98,7 @@ DEPENDENCIES
7998
closed_struct
8099
dres_client!
81100
equalizer
101+
irb
82102
mutant
83103
mutant-minitest
84104
mutant-rspec

contrib/dres_rails/Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ DEPENDENCIES
292292
capybara
293293
childprocess
294294
dres_rails!
295+
irb
295296
mutant
296297
mutant-minitest
297298
mutant-rspec

contrib/minitest-ruby_event_store/Gemfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@ GEM
4141
bigdecimal (3.1.9)
4242
concurrent-ruby (1.3.5)
4343
connection_pool (2.5.3)
44+
date (3.4.1)
4445
diff-lcs (1.6.2)
4546
drb (2.2.3)
47+
erb (5.0.1)
4648
i18n (1.14.7)
4749
concurrent-ruby (~> 1.0)
50+
io-console (0.8.0)
51+
irb (1.15.2)
52+
pp (>= 0.6.0)
53+
rdoc (>= 4.0.0)
54+
reline (>= 0.4.2)
4855
logger (1.7.0)
4956
minitest (5.25.5)
5057
mutant (0.13.1)
@@ -64,9 +71,20 @@ GEM
6471
parser (3.3.8.0)
6572
ast (~> 2.4.1)
6673
racc
74+
pp (0.6.2)
75+
prettyprint
76+
prettyprint (0.2.0)
77+
psych (5.2.6)
78+
date
79+
stringio
6780
racc (1.8.1)
6881
rake (13.2.1)
82+
rdoc (6.14.0)
83+
erb
84+
psych (>= 4.0.0)
6985
regexp_parser (2.10.0)
86+
reline (0.6.1)
87+
io-console (~> 0.5)
7088
rspec (3.13.1)
7189
rspec-core (~> 3.13.0)
7290
rspec-expectations (~> 3.13.0)
@@ -82,6 +100,7 @@ GEM
82100
rspec-support (3.13.4)
83101
securerandom (0.4.1)
84102
sorbet-runtime (0.5.12135)
103+
stringio (3.1.7)
85104
tzinfo (2.0.6)
86105
concurrent-ruby (~> 1.0)
87106
unparser (0.7.0)
@@ -96,6 +115,7 @@ PLATFORMS
96115

97116
DEPENDENCIES
98117
aggregate_root!
118+
irb
99119
minitest (~> 5.0)
100120
minitest-ruby_event_store!
101121
mutant

contrib/minitest-ruby_event_store/Gemfile.rails_7_2.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ PLATFORMS
263263

264264
DEPENDENCIES
265265
aggregate_root!
266+
irb
266267
minitest (~> 5.0)
267268
minitest-ruby_event_store!
268269
mutant

contrib/ruby_event_store-flipper/Gemfile.activesupport_7_1.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,19 @@ GEM
3535
byebug (12.0.0)
3636
concurrent-ruby (1.3.5)
3737
connection_pool (2.5.3)
38+
date (3.4.1)
3839
diff-lcs (1.6.2)
3940
drb (2.2.3)
41+
erb (5.0.1)
4042
flipper (0.28.3)
4143
concurrent-ruby (< 2)
4244
i18n (1.14.7)
4345
concurrent-ruby (~> 1.0)
46+
io-console (0.8.0)
47+
irb (1.15.2)
48+
pp (>= 0.6.0)
49+
rdoc (>= 4.0.0)
50+
reline (>= 0.4.2)
4451
logger (1.7.0)
4552
minitest (5.25.5)
4653
mutant (0.13.1)
@@ -60,9 +67,20 @@ GEM
6067
parser (3.3.8.0)
6168
ast (~> 2.4.1)
6269
racc
70+
pp (0.6.2)
71+
prettyprint
72+
prettyprint (0.2.0)
73+
psych (5.2.6)
74+
date
75+
stringio
6376
racc (1.8.1)
6477
rake (13.2.1)
78+
rdoc (6.14.0)
79+
erb
80+
psych (>= 4.0.0)
6581
regexp_parser (2.10.0)
82+
reline (0.6.1)
83+
io-console (~> 0.5)
6684
rspec (3.13.1)
6785
rspec-core (~> 3.13.0)
6886
rspec-expectations (~> 3.13.0)
@@ -78,6 +96,7 @@ GEM
7896
rspec-support (3.13.4)
7997
securerandom (0.4.1)
8098
sorbet-runtime (0.5.12135)
99+
stringio (3.1.7)
81100
tzinfo (2.0.6)
82101
concurrent-ruby (~> 1.0)
83102
unparser (0.7.0)
@@ -93,6 +112,7 @@ DEPENDENCIES
93112
activesupport (~> 7.1.5)
94113
byebug
95114
flipper (~> 0.19)
115+
irb
96116
mutant
97117
mutant-minitest
98118
mutant-rspec

contrib/ruby_event_store-flipper/Gemfile.activesupport_7_2.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,19 @@ GEM
3434
byebug (12.0.0)
3535
concurrent-ruby (1.3.5)
3636
connection_pool (2.5.3)
37+
date (3.4.1)
3738
diff-lcs (1.6.2)
3839
drb (2.2.3)
40+
erb (5.0.1)
3941
flipper (0.28.3)
4042
concurrent-ruby (< 2)
4143
i18n (1.14.7)
4244
concurrent-ruby (~> 1.0)
45+
io-console (0.8.0)
46+
irb (1.15.2)
47+
pp (>= 0.6.0)
48+
rdoc (>= 4.0.0)
49+
reline (>= 0.4.2)
4350
logger (1.7.0)
4451
minitest (5.25.5)
4552
mutant (0.13.1)
@@ -59,9 +66,20 @@ GEM
5966
parser (3.3.8.0)
6067
ast (~> 2.4.1)
6168
racc
69+
pp (0.6.2)
70+
prettyprint
71+
prettyprint (0.2.0)
72+
psych (5.2.6)
73+
date
74+
stringio
6275
racc (1.8.1)
6376
rake (13.2.1)
77+
rdoc (6.14.0)
78+
erb
79+
psych (>= 4.0.0)
6480
regexp_parser (2.10.0)
81+
reline (0.6.1)
82+
io-console (~> 0.5)
6583
rspec (3.13.1)
6684
rspec-core (~> 3.13.0)
6785
rspec-expectations (~> 3.13.0)
@@ -77,6 +95,7 @@ GEM
7795
rspec-support (3.13.4)
7896
securerandom (0.4.1)
7997
sorbet-runtime (0.5.12135)
98+
stringio (3.1.7)
8099
tzinfo (2.0.6)
81100
concurrent-ruby (~> 1.0)
82101
unparser (0.7.0)
@@ -92,6 +111,7 @@ DEPENDENCIES
92111
activesupport (~> 7.2.2.1)
93112
byebug
94113
flipper (~> 0.19)
114+
irb
95115
mutant
96116
mutant-minitest
97117
mutant-rspec

0 commit comments

Comments
 (0)