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 rubocop from 0.50.0 to 0.51.0 #362

Merged
merged 1 commit into from Oct 20, 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 @@ -10,6 +10,6 @@ gem 'overcommit', '0.41.0'
gem 'pry', '0.11.2'
gem 'rake', '~> 12.1'
gem 'rake-compiler', '~> 1.0'
gem 'rubocop', '0.50.0'
gem 'rubocop', '0.51.0'
gem 'simplecov', '0.13.0'
gem 'yard', '0.9.9'
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -52,14 +52,14 @@ GEM
rake (12.1.0)
rake-compiler (1.0.4)
rake
rubocop (0.50.0)
rubocop (0.51.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.3)
ruby-progressbar (1.9.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand All @@ -85,7 +85,7 @@ DEPENDENCIES
pry (= 0.11.2)
rake (~> 12.1)
rake-compiler (~> 1.0)
rubocop (= 0.50.0)
rubocop (= 0.51.0)
simplecov (= 0.13.0)
yard (= 0.9.9)

Expand Down