Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ group :development do
end

group :development, :rubocop do
gem "rubocop-github", "~> 0.17.0" # Rubocop github flavour
gem "rubocop-github", "~> 0.26.0" # Rubocop github flavour
gem "rubocop-performance"
gem "rubocop-rails"
end
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ GEM
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.17.0)
rubocop
rubocop-performance
rubocop-rails
rubocop-github (0.26.0)
rubocop (>= 1.76)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.23)
rubocop-performance (1.26.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
rails (~> 8.0.3)
rails-controller-testing (~> 1.0.5)
rspec-rails (~> 6.0)
rubocop-github (~> 0.17.0)
rubocop-github (~> 0.26.0)
rubocop-performance
rubocop-rails
rubocop-rails-omakase
Expand All @@ -545,4 +545,4 @@ DEPENDENCIES
with_model (~> 2.1)

BUNDLED WITH
2.7.2
2.7.1
Loading