Skip to content

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioCristalli committed Jan 20, 2023
1 parent b59a215 commit 98034cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end
group :development do
gem "letter_opener", "~> 1.7"
gem 'listen', '~> 3.1'
gem 'rubocop', '~> 0.67.0'
gem 'rubocop', '~> 1.43.0'
gem 'spring', '~> 2.1'
gem 'spring-watcher-listen', '~> 2.0'
gem 'web-console', '~> 4.0'
Expand Down
32 changes: 18 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.1)
ast (2.4.2)
bcrypt (3.1.18)
bindex (0.8.1)
bootsnap (1.5.1)
Expand Down Expand Up @@ -98,9 +98,9 @@ GEM
hashie (5.0.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
json (2.6.3)
jwt (2.5.0)
launchy (2.5.0)
addressable (~> 2.7)
Expand Down Expand Up @@ -148,11 +148,10 @@ GEM
actionpack (>= 4.2)
omniauth (~> 2.0)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (2.7.2.0)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
pg (1.2.3)
psych (3.2.1)
public_suffix (4.0.6)
puma (4.3.12)
nio4r (~> 2.0)
Expand Down Expand Up @@ -190,7 +189,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
Expand All @@ -199,16 +198,21 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
rollbar (2.27.1)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
rubocop (1.43.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
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)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -246,7 +250,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.5.0)
unicode-display_width (2.4.2)
version_gem (1.1.1)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -288,7 +292,7 @@ DEPENDENCIES
puma (~> 4.3)
rails (~> 6.1.7)
rollbar (~> 2.19)
rubocop (~> 0.67.0)
rubocop (~> 1.43.0)
sass-rails (~> 6.0)
selenium-webdriver (~> 3.142)
serviceworker-rails (~> 0.6)
Expand Down

0 comments on commit 98034cc

Please sign in to comment.