Skip to content

Commit

Permalink
update rubocop-github
Browse files Browse the repository at this point in the history
  • Loading branch information
anth1y committed Dec 7, 2023
1 parent 06bc1bd commit 70edca7
Show file tree
Hide file tree
Showing 22 changed files with 47 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development do
gem "parallel", "= 1.12.0"
gem "pry", "~> 0.10"
gem "rake", "~> 12.3"
gem "rubocop-github", "~> 0.5.0"
gem "rubocop-github", "~> 0.20.0"
gem "simplecov", ">= 0.14.1"
gem "simplecov-json", "~> 0.2"

Expand Down
62 changes: 46 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.3.0)
ast (2.4.2)
base64 (0.2.0)
coderay (1.1.1)
concurrent-ruby (1.2.2)
diff-lcs (1.3)
diffy (3.4.2)
docile (1.1.5)
Expand All @@ -39,11 +46,14 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.5.1)
json_pure (1.8.6)
locale (2.1.3)
method_source (0.8.2)
mini_mime (1.1.5)
minitest (5.20.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
net-ssh (7.2.0)
Expand All @@ -57,9 +67,9 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -71,9 +81,12 @@ GEM
hiera (>= 2.0, < 4)
json_pure (~> 1.8)
locale (~> 2.1)
rainbow (2.2.2)
rake
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
Expand All @@ -89,16 +102,30 @@ GEM
rspec-puppet (2.6.2)
rspec
rspec-support (3.6.0)
rubocop (0.49.1)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.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.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-github (0.5.0)
rubocop (~> 0.49)
ruby-progressbar (1.8.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.17.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.19.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rugged (1.7.1)
sawyer (0.9.2)
Expand All @@ -114,7 +141,10 @@ GEM
simplecov
slop (3.6.0)
text (1.3.1)
unicode-display_width (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -127,7 +157,7 @@ DEPENDENCIES
puppet (~> 4.10.4)
rake (~> 12.3)
rspec-puppet (~> 2.6.2)
rubocop-github (~> 0.5.0)
rubocop-github (~> 0.20.0)
simplecov (>= 0.14.1)
simplecov-json (~> 0.2)

Expand Down
Binary file added vendor/cache/activesupport-6.1.7.6.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.2.2.gem
Binary file not shown.
Binary file added vendor/cache/i18n-1.14.1.gem
Binary file not shown.
Binary file added vendor/cache/minitest-5.20.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.2.2.4.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.0.8.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.8.3.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.6.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.50.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.30.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-github-0.20.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.17.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rails-2.19.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.13.0.gem
Binary file not shown.
Binary file added vendor/cache/tzinfo-2.0.6.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/zeitwerk-2.6.12.gem
Binary file not shown.

0 comments on commit 70edca7

Please sign in to comment.