Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-rails to v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 5714314 commit febc33e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ group :development do
gem 'rubocop-graphql', '1.5.4', require: false
gem 'rubocop-minitest', '0.35.1', require: false
gem 'rubocop-performance', '1.23.0', require: false
gem 'rubocop-rails', '2.27.0', require: false
gem 'rubocop-rails', '2.28.0', require: false
gem 'rubocop-rake', require: false
gem 'spring'
# gem 'spring-watcher-listen'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
icalendar (2.7.1)
ice_cube (~> 0.16)
Expand All @@ -229,7 +229,7 @@ GEM
thor (>= 0.14, < 2.0)
jsbundling-rails (1.0.2)
railties (>= 6.0.0)
json (2.8.2)
json (2.9.1)
json-canonicalization (0.3.0)
json-ld (3.2.3)
htmlentities (~> 4.3)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.22.3)
minitest (5.25.4)
minitest-rails (7.1.1)
minitest (~> 5.20)
railties (>= 7.1.0, < 8.0.0)
Expand All @@ -285,7 +285,7 @@ GEM
msgpack (1.5.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
mutex_m (0.3.0)
net-imap (0.4.12)
date
net-protocol
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-session (1.0.2)
Expand Down Expand Up @@ -375,7 +375,7 @@ GEM
link_header (~> 0.0, >= 0.0.8)
rdoc (6.4.1.1)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.4.3)
io-console (~> 0.5)
request_store (1.5.1)
Expand All @@ -399,7 +399,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-graphql (1.5.4)
rubocop (>= 1.50, < 2)
Expand All @@ -409,7 +409,7 @@ GEM
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
rubocop-graphql (= 1.5.4)
rubocop-minitest (= 0.35.1)
rubocop-performance (= 1.23.0)
rubocop-rails (= 2.27.0)
rubocop-rails (= 2.28.0)
rubocop-rake
sass-rails (= 6.0.0)
select2-rails
Expand Down

0 comments on commit febc33e

Please sign in to comment.