File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ curb = !Gem.win_platform?
12
12
gem "pry" , platforms : %i[ mri ]
13
13
platforms :mri do
14
14
gem "codecov" , "~> 0.6" # For CodeCov
15
- gem "overcommit" , "~> 0.58 "
15
+ gem "overcommit" , "~> 0.67 "
16
16
# See: https://github.com/rubocop/rubocop-md/issues/14
17
17
# gem "rubocop-md"
18
18
gem "rubocop-minitest"
Original file line number Diff line number Diff line change 14
14
ast (2.4.3 )
15
15
bigdecimal (3.1.9 )
16
16
byebug (11.1.3 )
17
- childprocess (4.1.0 )
17
+ childprocess (5.1.0 )
18
+ logger (~> 1.5 )
18
19
codecov (0.6.0 )
19
20
simplecov (>= 0.15 , < 0.22 )
20
21
coderay (1.1.3 )
52
53
json (2.12.0 )
53
54
language_server-protocol (3.17.0.5 )
54
55
lint_roller (1.1.0 )
56
+ logger (1.7.0 )
55
57
method_source (1.1.0 )
56
58
mime-types (3.4.1 )
57
59
mime-types-data (~> 3.2015 )
61
63
netrc (0.11.0 )
62
64
oauth-tty (1.0.5 )
63
65
version_gem (~> 1.1 , >= 1.1.1 )
64
- overcommit (0.59 .1 )
65
- childprocess (>= 0.6.3 , < 5 )
66
+ overcommit (0.67 .1 )
67
+ childprocess (>= 0.6.3 , < 6 )
66
68
iniparse (~> 1.4 )
67
- rexml (~> 3.2 )
69
+ rexml (>= 3.3.9 )
68
70
parallel (1.27.0 )
69
71
parser (3.3.8.0 )
70
72
ast (~> 2.4.1 )
@@ -203,7 +205,7 @@ DEPENDENCIES
203
205
minitest (~> 5.15.0 )
204
206
mocha
205
207
oauth !
206
- overcommit (~> 0.58 )
208
+ overcommit (~> 0.67 )
207
209
pry
208
210
pry-byebug
209
211
rack (~> 3.1 )
You can’t perform that action at this time.
0 commit comments