Skip to content

Commit 63240dc

Browse files
Bump rubocop from 1.26.1 to 1.29.1 (#11124)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.26.1 to 1.29.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.26.1...v1.29.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89d33f2 commit 63240dc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gem 'rdiscount', '~> 2.2'
5353
gem 'react-rails'
5454
gem "recaptcha", require: "recaptcha/rails"
5555
gem 'responders', '~> 3.0'
56-
gem 'rubocop', '~> 1.26.1', require: false
56+
gem 'rubocop', '~> 1.29.1', require: false
5757
gem "ruby-openid", :require => "openid"
5858
gem 'sanitize'
5959
gem 'sentry-ruby'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ GEM
408408
mime-types
409409
mimemagic (~> 0.3.0)
410410
terrapin (~> 0.6.0)
411-
parallel (1.22.0)
412-
parser (3.1.1.0)
411+
parallel (1.22.1)
412+
parser (3.1.2.0)
413413
ast (~> 2.4.1)
414414
passenger (6.0.13)
415415
rack
@@ -492,7 +492,7 @@ GEM
492492
redis (4.6.0)
493493
redis-namespace (1.8.2)
494494
redis (>= 3.0.4)
495-
regexp_parser (2.2.1)
495+
regexp_parser (2.4.0)
496496
representable (3.1.1)
497497
declarative (< 0.1.0)
498498
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -530,16 +530,16 @@ GEM
530530
diff-lcs (>= 1.2.0, < 2.0)
531531
rspec-support (~> 3.11.0)
532532
rspec-support (3.11.0)
533-
rubocop (1.26.1)
533+
rubocop (1.29.1)
534534
parallel (~> 1.10)
535535
parser (>= 3.1.0.0)
536536
rainbow (>= 2.2.2, < 4.0)
537537
regexp_parser (>= 1.8, < 3.0)
538-
rexml
539-
rubocop-ast (>= 1.16.0, < 2.0)
538+
rexml (>= 3.2.5, < 4.0)
539+
rubocop-ast (>= 1.17.0, < 2.0)
540540
ruby-progressbar (~> 1.7)
541541
unicode-display_width (>= 1.4.0, < 3.0)
542-
rubocop-ast (1.16.0)
542+
rubocop-ast (1.17.0)
543543
parser (>= 3.1.1.0)
544544
rubocop-performance (1.13.3)
545545
rubocop (>= 1.7.0, < 2.0)
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
rest-client
771771
reverse_markdown
772772
rspec
773-
rubocop (~> 1.26.1)
773+
rubocop (~> 1.29.1)
774774
rubocop-performance
775775
rubocop-rails
776776
rubocop-rake

0 commit comments

Comments
 (0)