Skip to content

Commit

Permalink
Bump rubocop-github from 0.16.2 to 0.19.0 (#2351)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent fc9e786 commit a8b2c06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ group :development do
gem "mocha"
gem "pry"
gem "rubocop", "= 1.13.0"
gem "rubocop-github", "~> 0.16.0"
gem "rubocop-github", "~> 0.19.0"
gem "rubocop-performance", "~> 1.7"
gem "rubocop-rails"
gem "rubocop-rails-accessibility", "~> 0.2.0"
Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ GEM
capybara (~> 3.0)
ferrum (~> 0.13.0)
docile (1.4.0)
drb (2.1.1)
ruby2_keywords
drb (2.0.5)
erb_lint (0.4.0)
activesupport
better_html (>= 2.0.1)
Expand Down Expand Up @@ -152,7 +151,7 @@ GEM
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.2)
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -204,10 +203,10 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-github (0.16.2)
rubocop (<= 1.13.0)
rubocop-performance (<= 1.11.0)
rubocop-rails (<= 2.7.1)
rubocop-github (0.19.0)
rubocop (>= 1.0.0)
rubocop-performance
rubocop-rails
rubocop-performance (1.11.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand Down Expand Up @@ -299,7 +298,7 @@ DEPENDENCIES
railties (= 7.1.1)
rake (~> 13.1)
rubocop (= 1.13.0)
rubocop-github (~> 0.16.0)
rubocop-github (~> 0.19.0)
rubocop-performance (~> 1.7)
rubocop-rails
rubocop-rails-accessibility (~> 0.2.0)
Expand Down

0 comments on commit a8b2c06

Please sign in to comment.