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?
1212gem "pry" , platforms : %i[ mri ]
1313platforms :mri do
1414 gem "codecov" , "~> 0.6" # For CodeCov
15- gem "overcommit" , "~> 0.58 "
15+ gem "overcommit" , "~> 0.67 "
1616 # See: https://github.com/rubocop/rubocop-md/issues/14
1717 # gem "rubocop-md"
1818 gem "rubocop-minitest"
Original file line number Diff line number Diff line change 1414 ast (2.4.3 )
1515 bigdecimal (3.1.9 )
1616 byebug (11.1.3 )
17- childprocess (4.1.0 )
17+ childprocess (5.1.0 )
18+ logger (~> 1.5 )
1819 codecov (0.6.0 )
1920 simplecov (>= 0.15 , < 0.22 )
2021 coderay (1.1.3 )
5253 json (2.12.0 )
5354 language_server-protocol (3.17.0.5 )
5455 lint_roller (1.1.0 )
56+ logger (1.7.0 )
5557 method_source (1.1.0 )
5658 mime-types (3.4.1 )
5759 mime-types-data (~> 3.2015 )
6163 netrc (0.11.0 )
6264 oauth-tty (1.0.5 )
6365 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 )
6668 iniparse (~> 1.4 )
67- rexml (~> 3.2 )
69+ rexml (>= 3.3.9 )
6870 parallel (1.27.0 )
6971 parser (3.3.8.0 )
7072 ast (~> 2.4.1 )
@@ -203,7 +205,7 @@ DEPENDENCIES
203205 minitest (~> 5.15.0 )
204206 mocha
205207 oauth !
206- overcommit (~> 0.58 )
208+ overcommit (~> 0.67 )
207209 pry
208210 pry-byebug
209211 rack (~> 3.1 )
You can’t perform that action at this time.
0 commit comments