Skip to content

Commit d6785d7

Browse files
authored
Merge pull request #319 from oauth-xx/dependabot/bundler/overcommit-0.67.1
Bump overcommit from 0.59.1 to 0.67.1
2 parents e3e4b08 + 9b8420d commit d6785d7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ curb = !Gem.win_platform?
1212
gem "pry", platforms: %i[mri]
1313
platforms :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"

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ GEM
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)
@@ -52,6 +53,7 @@ GEM
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)
@@ -61,10 +63,10 @@ GEM
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)

0 commit comments

Comments
 (0)