Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump overcommit from 0.39.1 to 0.40.0 #341

Merged
merged 2 commits into from Aug 21, 2017
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'chandler', '0.7.0'
gem 'codeclimate-test-reporter', '~> 1.0'
gem 'mdl', '0.4.0'
gem 'minitest', '~> 5.7'
gem 'overcommit', '0.39.1'
gem 'overcommit', '0.40.0'
gem 'pry', git: 'https://github.com/pry/pry'
gem 'rake', '~> 12.0'
gem 'rake-compiler', '~> 1.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -20,7 +20,7 @@ GEM
chandler (0.7.0)
netrc
octokit (>= 2.2.0)
childprocess (0.6.3)
childprocess (0.7.1)
ffi (~> 1.0, >= 1.0.11)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
Expand All @@ -29,7 +29,7 @@ GEM
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
iniparse (1.4.3)
iniparse (1.4.4)
json (2.1.0)
kramdown (1.13.2)
mdl (0.4.0)
Expand All @@ -44,8 +44,8 @@ GEM
netrc (0.11.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
overcommit (0.39.1)
childprocess (~> 0.6.3)
overcommit (0.40.0)
childprocess (~> 0.6, >= 0.6.3)
iniparse (~> 1.4)
parallel (1.11.2)
parser (2.4.0.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ DEPENDENCIES
codeclimate-test-reporter (~> 1.0)
mdl (= 0.4.0)
minitest (~> 5.7)
overcommit (= 0.39.1)
overcommit (= 0.40.0)
pry!
rake (~> 12.0)
rake-compiler (~> 1.0)
Expand Down