1
0
Fork 0

Upgrade gem "rubocop"

This commit is contained in:
Alex Kotov 2020-01-15 16:16:17 +05:00
parent 2be3eb3f1a
commit 551ea0c6f1
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ Metrics/ClassLength:
Exclude: Exclude:
- 'db/migrate/*.rb' - 'db/migrate/*.rb'
Metrics/LineLength: Layout/LineLength:
Exclude: Exclude:
- 'config/initializers/simple_form.rb' - 'config/initializers/simple_form.rb'
- 'config/initializers/simple_form_bootstrap.rb' - 'config/initializers/simple_form_bootstrap.rb'

View file

@ -135,7 +135,7 @@ group :development, :test do
# Automatic Ruby code style checking tool. # Automatic Ruby code style checking tool.
# Aims to enforce the community-driven Ruby Style Guide. # Aims to enforce the community-driven Ruby Style Guide.
gem 'rubocop', '~> 0.72.0' gem 'rubocop', '~> 0.79.0'
# A collection of RuboCop cops # A collection of RuboCop cops
# to check for performance optimizations in Ruby code. # to check for performance optimizations in Ruby code.

View file

@ -387,10 +387,10 @@ GEM
rspec-mocks (~> 3.9.0) rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-support (3.9.2) rspec-support (3.9.2)
rubocop (0.72.0) rubocop (0.79.0)
jaro_winkler (~> 1.5.1) jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.6) parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7) unicode-display_width (>= 1.4.0, < 1.7)
@ -537,7 +537,7 @@ DEPENDENCIES
redis (~> 4.1) redis (~> 4.1)
rest-client (~> 2.1) rest-client (~> 2.1)
rspec-rails (~> 3.8) rspec-rails (~> 3.8)
rubocop (~> 0.72.0) rubocop (~> 0.79.0)
rubocop-performance (~> 1.4) rubocop-performance (~> 1.4)
rubocop-rails (~> 2.2) rubocop-rails (~> 2.2)
rubocop-rspec (~> 1.36) rubocop-rspec (~> 1.36)