summaryrefslogtreecommitdiff
path: root/bin/rubocop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rubocop')
-rwxr-xr-xbin/rubocop2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rubocop b/bin/rubocop
index 6f638bc47b..bc81f5cc88 100755
--- a/bin/rubocop
+++ b/bin/rubocop
@@ -8,7 +8,7 @@ bundler_spec.dependencies.each do |dep|
gem dep.name, dep.requirement.to_s
end
-gem "rubocop", "= 0.37.0"
+gem "rubocop", "= 0.37.1"
Gem::Specification.unresolved_deps.each do |_name, dep|
gem dep.name, *dep.requirement