Skip to content

Commit

Permalink
Update dependency rubocop-rails to '~> 2.27'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 1d13eb5 commit 72a0466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.27'
end

# Use Capistrano for deployment
Expand Down
12 changes: 6 additions & 6 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
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.8.2)
jsonapi-renderer (0.2.2)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
Expand Down Expand Up @@ -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 @@ -249,7 +249,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rubocop (1.67.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -259,12 +259,12 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.36.1)
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.27.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.27)
rubyzip (~> 2.3, >= 2.3.2)
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 72a0466

Please sign in to comment.