Skip to content

Commit

Permalink
rubocop: pin to specific versions to avoid broken main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 20, 2023
1 parent d1a33d4 commit 27ad647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ group :test do
end

group :linter do
gem 'rubocop'
gem 'rubocop-rails'
gem 'rubocop-rake'
gem 'rubocop-capybara'
gem 'rubocop', '~> 1.56.3'
gem 'rubocop-rails', '~> 2.21.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
end

group :release do
Expand Down

0 comments on commit 27ad647

Please sign in to comment.