diff --git a/Gemfile b/Gemfile index b67ada98..d7a6da8b 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ curb = !Gem.win_platform? gem "pry", platforms: %i[mri] platforms :mri do gem "codecov", "~> 0.6" # For CodeCov - gem "overcommit", "~> 0.67" + gem "overcommit", "~> 0.68" # See: https://github.com/rubocop/rubocop-md/issues/14 # gem "rubocop-md" gem "rubocop-minitest" diff --git a/Gemfile.lock b/Gemfile.lock index 35aa64a5..4ad5fa84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM netrc (0.11.0) oauth-tty (1.0.5) version_gem (~> 1.1, >= 1.1.1) - overcommit (0.67.1) + overcommit (0.68.0) childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) @@ -212,7 +212,7 @@ DEPENDENCIES minitest (~> 5.15.0) mocha oauth! - overcommit (~> 0.67) + overcommit (~> 0.68) pry pry-byebug rack (~> 3.1)