Skip to content

Commit

Permalink
Bump rubocop from 0.49.1 to 0.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 6, 2019
1 parent 1ccd3b1 commit 7624bd1
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
appsignal (2.6.1)
rack
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
aws-sdk (2.11.96)
aws-sdk-resources (= 2.11.96)
aws-sdk-core (2.11.96)
Expand Down Expand Up @@ -197,6 +197,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n-debug (1.1.1)
i18n (< 2)
jaro_winkler (1.5.4)
jmespath (1.4.0)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
Expand Down Expand Up @@ -250,11 +251,11 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.12.0)
parallel (1.18.0)
paranoia (2.4.1)
activerecord (>= 4.0, < 5.3)
parser (2.4.0.0)
ast (~> 2.2)
parser (2.6.5.0)
ast (~> 2.4.0)
pg (0.21.0)
pg_search (2.1.2)
activerecord (>= 4.2)
Expand All @@ -264,7 +265,6 @@ GEM
phony_rails (0.14.7)
activesupport (>= 3.0)
phony (> 2.15)
powerpack (0.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -307,8 +307,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
rake (13.0.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
Expand Down Expand Up @@ -341,14 +340,14 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.49.1)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_http_client (3.3.0)
ruby_parser (3.9.0)
sexp_processor (~> 4.1)
Expand Down Expand Up @@ -408,7 +407,7 @@ GEM
thread_safe (~> 0.1)
uglifier (4.1.17)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicode-display_width (1.6.0)
uniform_notifier (1.11.0)
vcr (4.0.0)
warden (1.2.8)
Expand Down

0 comments on commit 7624bd1

Please sign in to comment.