Skip to content

Commit

Permalink
update rubocop
Browse files Browse the repository at this point in the history
tycooon committed Dec 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7e2e06c commit e1b4b95
Showing 2 changed files with 37 additions and 31 deletions.
58 changes: 32 additions & 26 deletions rubocop/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
PATH
remote: .
specs:
rubocop-config-umbrellio (1.66.0)
rubocop (~> 1.66.0)
rubocop-config-umbrellio (1.69.0)
rubocop (~> 1.69.0)
rubocop-factory_bot (~> 2.26.0)
rubocop-performance (~> 1.22.0)
rubocop-rails (~> 2.26.0)
rubocop-performance (~> 1.23.0)
rubocop-rails (~> 2.28.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0.0)
rubocop-sequel (~> 0.3.3)
rubocop-rspec (~> 3.3.0)
rubocop-sequel (~> 0.3.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
@@ -24,60 +25,65 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
logger (1.6.4)
minitest (5.25.4)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rubocop (1.66.1)
regexp_parser (2.10.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.22.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.5)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
rubocop-sequel (0.3.4)
rubocop-sequel (0.3.8)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
securerandom (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)

PLATFORMS
arm64-darwin-21
@@ -91,4 +97,4 @@ DEPENDENCIES
rubocop-config-umbrellio!

BUNDLED WITH
2.5.18
2.6.2
10 changes: 5 additions & 5 deletions rubocop/rubocop.gemspec
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0.0"

rubocop_version = "1.66.0"
rubocop_version = "1.69.0"

if ENV.fetch("PUBLISH_JOB", nil)
release_version = "#{rubocop_version}.#{ENV.fetch("GITHUB_RUN_NUMBER")}"
@@ -23,9 +23,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "rubocop", "~> #{rubocop_version}"
spec.add_dependency "rubocop-factory_bot", "~> 2.26.0"
spec.add_dependency "rubocop-performance", "~> 1.22.0"
spec.add_dependency "rubocop-rails", "~> 2.26.0"
spec.add_dependency "rubocop-performance", "~> 1.23.0"
spec.add_dependency "rubocop-rails", "~> 2.28.0"
spec.add_dependency "rubocop-rake", "~> 0.6.0"
spec.add_dependency "rubocop-rspec", "~> 3.0.0"
spec.add_dependency "rubocop-sequel", "~> 0.3.3"
spec.add_dependency "rubocop-rspec", "~> 3.3.0"
spec.add_dependency "rubocop-sequel", "~> 0.3.0"
end

0 comments on commit e1b4b95

Please sign in to comment.