File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 10
10
# bundle update actionmailer actionpack actionview activejob activemodel \
11
11
# activerecord activesupport railties rails-i18n rails
12
12
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
+
13
22
source 'https://rubygems.org'
14
23
15
24
# Use current ruby version (as stated in .ruby-version file)
@@ -123,7 +132,7 @@ group :development, :test do
123
132
# Removed pronto gems - comprehensive linting now handled by rake default
124
133
gem 'rails_best_practices' , '~> 1.20' # Rails code quality analyzer
125
134
# 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
127
136
gem 'rubocop-performance' , '~> 1.20' , require : false # Performance cops
128
137
gem 'rubocop-rails' , '~> 2.28' , require : false # Rails-specific cops
129
138
gem 'ruby-graphviz' , '1.2.5' # This is used for bundle viz
Original file line number Diff line number Diff line change 448
448
rack (>= 1.4 )
449
449
require_all (3.0.0 )
450
450
rexml (3.4.1 )
451
- rubocop (1.80.0 )
451
+ rubocop (1.80.1 )
452
452
json (~> 2.3 )
453
453
language_server-protocol (~> 3.17.0.2 )
454
454
lint_roller (~> 1.1.0 )
@@ -648,7 +648,7 @@ DEPENDENCIES
648
648
rails_best_practices (~> 1.20 )
649
649
railties (~> 8.0.1 )
650
650
redcarpet (~> 3.5 )
651
- rubocop (~> 1.6 )
651
+ rubocop (~> 1.80 )
652
652
rubocop-performance (~> 1.20 )
653
653
rubocop-rails (~> 2.28 )
654
654
ruby-graphviz (= 1.2.5 )
You can’t perform that action at this time.
0 commit comments