Skip to content

Commit e879ecd

Browse files
authored
Merge pull request #329 from ruby-oauth/dependabot/bundler/overcommit-0.68.0
Bump overcommit from 0.67.1 to 0.68.0
2 parents 040e46d + 7abd7cf commit e879ecd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.67"
15+
gem "overcommit", "~> 0.68"
1616
# See: https://github.com/rubocop/rubocop-md/issues/14
1717
# gem "rubocop-md"
1818
gem "rubocop-minitest"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ GEM
6565
netrc (0.11.0)
6666
oauth-tty (1.0.5)
6767
version_gem (~> 1.1, >= 1.1.1)
68-
overcommit (0.67.1)
68+
overcommit (0.68.0)
6969
childprocess (>= 0.6.3, < 6)
7070
iniparse (~> 1.4)
7171
rexml (>= 3.3.9)
@@ -212,7 +212,7 @@ DEPENDENCIES
212212
minitest (~> 5.15.0)
213213
mocha
214214
oauth!
215-
overcommit (~> 0.67)
215+
overcommit (~> 0.68)
216216
pry
217217
pry-byebug
218218
rack (~> 3.1)

0 commit comments

Comments
 (0)