Skip to content

Commit

Permalink
Bump rubocop from 0.90.0 to 0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Sep 21, 2020
1 parent c4c99f1 commit 3c12dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem 'rb-readline'
gem 'rdiscount', '~> 2.2'
gem "recaptcha", require: "recaptcha/rails"
gem 'responders', '~> 3.0'
gem 'rubocop', '~> 0.90.0', require: false
gem 'rubocop', '~> 0.91.0', require: false
gem "ruby-openid", :require => "openid"
gem 'sanitize'
gem 'sentry-raven'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,16 +459,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.90.0)
rubocop (0.91.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.3.0, < 1.0)
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.3.0)
rubocop-ast (0.4.2)
parser (>= 2.7.1.4)
ruby-openid (2.9.2)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -666,7 +666,7 @@ DEPENDENCIES
rest-client
reverse_markdown
rspec
rubocop (~> 0.90.0)
rubocop (~> 0.91.0)
ruby-openid
sanitize
sassc-rails
Expand Down

0 comments on commit 3c12dea

Please sign in to comment.