summaryrefslogtreecommitdiff
path: root/spec/ruby/bin/rubocop
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/bin/rubocop')
-rwxr-xr-xspec/ruby/bin/rubocop2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/bin/rubocop b/spec/ruby/bin/rubocop
index 38254f13e4..0937c47906 100755
--- a/spec/ruby/bin/rubocop
+++ b/spec/ruby/bin/rubocop
@@ -6,7 +6,7 @@ require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
- gem 'rubocop', '1.66.1'
+ gem 'rubocop', '1.86.2'
end
exec(Gem.bin_path('rubocop', 'rubocop'), *ARGV)