Skip to content

Commit

Permalink
chore(deps): update dependency rubocop-rails to "~> 2.27.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent f3da2b7 commit 42db666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ group :development, :test do
gem "rubocop-capybara", "~> 2.21.0"
gem "rubocop-factory_bot", "~> 2.26.1"
gem "rubocop-performance", "~> 1.22.1"
gem "rubocop-rails", "~> 2.26.2"
gem "rubocop-rails", "~> 2.27.0"
gem "rubocop-rspec", "~> 3.1.0"
gem "rubocop-rspec_rails", "~> 2.30.0"
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.7.5)
kgio (2.11.4)
language_server-protocol (3.17.0.3)
listen (3.9.0)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
ostruct (>= 0.2)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -349,7 +349,7 @@ 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.33.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -358,7 +358,7 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 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 @@ -457,7 +457,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.1)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rails (~> 2.27.0)
rubocop-rspec (~> 3.1.0)
rubocop-rspec_rails (~> 2.30.0)
selenium-webdriver
Expand Down

0 comments on commit 42db666

Please sign in to comment.