Skip to content

Commit

Permalink
Update the Rubocop version in GEMFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenlet committed Feb 18, 2024
1 parent cf5fcb1 commit c15d041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ group :development, :test, :linters do
gem 'byebug'

# for static code analisys
gem 'rubocop', require: false
gem 'rubocop', '1.56.3', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-capybara', require: false
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ GEM
awesome_nested_set (3.5.0)
activerecord (>= 4.0.0, < 7.1)
aws_cf_signer (0.1.3)
base64 (0.1.1)
bcrypt (3.1.18)
bindex (0.8.1)
bootstrap-sass (3.4.1)
Expand Down Expand Up @@ -576,15 +577,16 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.60.2)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -823,7 +825,7 @@ DEPENDENCIES
rqrcode
rspec-activemodel-mocks
rspec-rails
rubocop
rubocop (= 1.56.3)
rubocop-capybara
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit c15d041

Please sign in to comment.