Skip to content

Commit 4a6e64f

Browse files
Merge pull request #2431 from coreinfrastructure/rubocop_1.80.1
Update to rubocop 1.80.1
2 parents 4445abc + eeae741 commit 4a6e64f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Gemfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
# bundle update actionmailer actionpack actionview activejob activemodel \
1111
# activerecord activesupport railties rails-i18n rails
1212

13+
# NOTE: When updating you may see a spurious message like this:
14+
# WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
15+
# stringio (>= 0)
16+
# Available/installed versions of this gem:
17+
# - 3.1.7
18+
# - 3.1.1
19+
# WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
20+
# It's basically spurious. Run `gem cleanup stringio` and move on.
21+
1322
source 'https://rubygems.org'
1423

1524
# Use current ruby version (as stated in .ruby-version file)
@@ -123,7 +132,7 @@ group :development, :test do
123132
# Removed pronto gems - comprehensive linting now handled by rake default
124133
gem 'rails_best_practices', '~> 1.20' # Rails code quality analyzer
125134
# gem 'railroader', '4.3.8' # Security static analyzer. OSS fork of Brakeman
126-
gem 'rubocop', '~> 1.6', require: false # Style checker
135+
gem 'rubocop', '~> 1.80', require: false # Style checker
127136
gem 'rubocop-performance', '~> 1.20', require: false # Performance cops
128137
gem 'rubocop-rails', '~> 2.28', require: false # Rails-specific cops
129138
gem 'ruby-graphviz', '1.2.5' # This is used for bundle viz

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ GEM
448448
rack (>= 1.4)
449449
require_all (3.0.0)
450450
rexml (3.4.1)
451-
rubocop (1.80.0)
451+
rubocop (1.80.1)
452452
json (~> 2.3)
453453
language_server-protocol (~> 3.17.0.2)
454454
lint_roller (~> 1.1.0)
@@ -648,7 +648,7 @@ DEPENDENCIES
648648
rails_best_practices (~> 1.20)
649649
railties (~> 8.0.1)
650650
redcarpet (~> 3.5)
651-
rubocop (~> 1.6)
651+
rubocop (~> 1.80)
652652
rubocop-performance (~> 1.20)
653653
rubocop-rails (~> 2.28)
654654
ruby-graphviz (= 1.2.5)

0 commit comments

Comments
 (0)