summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-05-05 18:54:35 +0000
committerBundlerbot <bot@bundler.io>2019-05-05 18:54:35 +0000
commit56f15eb061d15ad17c7a0d5ab75d9b9cee61a5a4 (patch)
treef6a480fbf0e39fd11f424d9f4242fd593587750d
parentcdd661c2b99fe1e6262e80a4be3932620827b285 (diff)
parent566092d944e676edd4f0054861e92b2fe2dc4aa5 (diff)
downloadbundler-56f15eb061d15ad17c7a0d5ab75d9b9cee61a5a4.tar.gz
Merge #7160
7160: Bump Rubocop version r=deivid-rodriguez a=natesholland ### What was the end-user problem that led to this PR? There was not a problem, just some housekeeping. ### What was your diagnosis of the problem? I wanted to see if bumping the latest Rubocop version would bring in any new fixes or updates. It did not but I figured it didn't hurt to bump the version in case new PRs are affected by the new cops. ### What is your fix for the problem, implemented in this PR? I bumped the patch version of RubCop by 1. ### Why did you choose this fix out of the possible options? I chose this fix because it was the only logical thing to do. Co-authored-by: Nate Holland <natesholland@gmail.com>
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 7e5346de36..6ce881e51a 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake", "~> 12.0"
s.add_development_dependency "ronn", "~> 0.7.3"
s.add_development_dependency "rspec", "~> 3.6"
- s.add_development_dependency "rubocop", "= 0.68.0"
+ s.add_development_dependency "rubocop", "= 0.68.1"
s.add_development_dependency "rubocop-performance", "~> 1.1"
s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }