Commit a47513fb0e01fab28219b19727e5ac7ea571108c

Authored by Samson Rollo Jr
1 parent 6a70040b

test

  1 +repos:
  2 +- repo: https://github.com/rubocop/rubocop
  3 + rev: v1.8.3
  4 + hooks:
  5 + - id: rubocop
@@ -34,7 +34,7 @@ end @@ -34,7 +34,7 @@ end
34 34
35 group :development do 35 group :development do
36 gem 'listen', '~> 3.3' 36 gem 'listen', '~> 3.3'
37 - gem 'rubocop', require: false 37 + gem 'rubocop', '~> 1.18.3', require: false
38 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring 38 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
39 gem 'spring' 39 gem 'spring'
40 end 40 end
@@ -171,7 +171,7 @@ DEPENDENCIES @@ -171,7 +171,7 @@ DEPENDENCIES
171 mysql2 (~> 0.5) 171 mysql2 (~> 0.5)
172 puma (~> 5.0) 172 puma (~> 5.0)
173 rails (~> 6.1.4) 173 rails (~> 6.1.4)
174 - rubocop 174 + rubocop (~> 1.18.3)
175 spring 175 spring
176 tzinfo-data 176 tzinfo-data
177 177