Updates rubocop gem with rubocop-rails gem

This commit is contained in:
Muhammad Nawzad 2023-03-06 16:05:02 +03:00
parent e08006e456
commit 918d4f9700
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2
2 changed files with 10 additions and 6 deletions

View File

@ -9,7 +9,7 @@ gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "rubocop-rails", "~> 2.18"
gem 'sidekiq-cron', '~> 1.9'

View File

@ -55,19 +55,23 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.45.1)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.11.0)
rubocop-rails (2.18.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.13.0)
set (1.0.3)
sidekiq (7.0.6)
concurrent-ruby (< 2)
@ -92,7 +96,7 @@ DEPENDENCIES
outboxable!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-rails (~> 2.18)
sidekiq-cron (~> 1.9)
BUNDLED WITH