Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ group :development do

# Automatic Ruby code style checking tool
# Read more: https://docs.rubocop.org/
gem 'rubocop', '~> 1.35', require: false
gem 'rubocop', '~> 1.42', require: false
gem 'rubocop-performance', '~> 1.14', require: false
gem 'rubocop-rails', '~> 2.15'
gem 'rubocop-rspec', '~> 2.12', require: false
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ GEM
regexp_property_values (~> 1.0)
jsbundling-rails (1.0.3)
railties (>= 6.0.0)
json (2.6.2)
json (2.6.3)
kwalify (0.7.2)
launchy (2.5.0)
addressable (~> 2.7)
Expand Down Expand Up @@ -244,7 +244,7 @@ GEM
sawyer (~> 0.9)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.1)
parser (3.1.3.0)
ast (~> 2.4.1)
pg (1.4.3)
prettier (3.2.0)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
kwalify (~> 0.7.0)
parser (~> 3.1.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.5.0)
regexp_parser (2.6.1)
regexp_property_values (1.3.0)
reline (0.3.1)
io-console (~> 0.5)
Expand All @@ -361,17 +361,17 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rubocop (1.35.1)
rubocop (1.42.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
unicode-display_width (2.3.0)
uniform_notifier (1.16.0)
valid_email2 (4.0.4)
activemodel (>= 3.2)
Expand Down Expand Up @@ -503,7 +503,7 @@ DEPENDENCIES
reek (~> 6.1)
rolify (~> 6.0)
rspec-rails (~> 5.1)
rubocop (~> 1.35)
rubocop (~> 1.42)
rubocop-performance (~> 1.14)
rubocop-rails (~> 2.15)
rubocop-rspec (~> 2.12)
Expand Down