Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -212,7 +212,7 @@ DEPENDENCIES
minitest (~> 5.15.0)
mocha
oauth!
overcommit (~> 0.67)
overcommit (~> 0.68)
pry
pry-byebug
rack (~> 3.1)
Expand Down
Loading