File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source 'https://rubygems.org'
6
6
gemspec
7
7
8
8
gem 'benchmark'
9
- gem 'minitest' , '5.22.3 '
9
+ gem 'minitest' , '5.23.1 '
10
10
gem 'pry' , '0.14.2'
11
11
gem 'rake' , '13.2.1'
12
12
gem 'rubocop' , '1.63.4'
Original file line number Diff line number Diff line change 17
17
json (2.7.2 )
18
18
language_server-protocol (3.17.0.3 )
19
19
method_source (1.0.0 )
20
- minitest (5.22.3 )
20
+ minitest (5.23.1 )
21
21
parallel (1.24.0 )
22
22
parser (3.3.1.0 )
23
23
ast (~> 2.4.1 )
59
59
test-unit (3.6.2 )
60
60
power_assert
61
61
timecop (0.9.8 )
62
- tzinfo (2.0.6 )
63
- concurrent-ruby (~> 1.0 )
64
62
unicode-display_width (2.5.0 )
65
63
yard (0.9.36 )
66
64
@@ -71,7 +69,7 @@ PLATFORMS
71
69
DEPENDENCIES
72
70
benchmark
73
71
faker !
74
- minitest (= 5.22.3 )
72
+ minitest (= 5.23.1 )
75
73
pry (= 0.14.2 )
76
74
rake (= 13.2.1 )
77
75
rubocop (= 1.63.4 )
@@ -80,7 +78,6 @@ DEPENDENCIES
80
78
simplecov (= 0.22.0 )
81
79
test-unit (= 3.6.2 )
82
80
timecop (= 0.9.8 )
83
- tzinfo (= 2.0.6 )
84
81
yard (= 0.9.36 )
85
82
86
83
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments