Skip to content

Commit

Permalink
Update dependency rubocop-rails to '~> 2.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 3c43378 commit ce42acb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :development do
# gem "spring"
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.36.0'
gem 'rubocop-rails', '~> 2.26', '>= 2.26.2'
gem 'rubocop-rails', '~> 2.28'
end

# Use Capistrano for deployment
Expand Down
26 changes: 13 additions & 13 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.3.0)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.9.1)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
Expand All @@ -168,12 +168,12 @@ GEM
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest (5.25.4)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_json (1.15.0)
mutex_m (0.2.0)
mutex_m (0.3.0)
mysql2 (0.5.6)
net-imap (0.5.0)
date
Expand All @@ -195,7 +195,7 @@ GEM
racc (~> 1.4)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -246,25 +246,25 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
reline (0.5.9)
io-console (~> 0.5)
rubocop (1.67.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -324,7 +324,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.1.3, >= 7.1.3.3)
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26, >= 2.26.2)
rubocop-rails (~> 2.28)
rubyzip (~> 2.3, >= 2.3.2)
sentry-rails
sentry-ruby
Expand Down

0 comments on commit ce42acb

Please sign in to comment.