Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/types/node-20.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Dec 2, 2023
2 parents 0614900 + 4feece8 commit e9daea5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ gem "code-scanning-rubocop", "~> 0.6.1"
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
gem "google-protobuf", "~> 3.25.1"
gem "rake", "~> 13.1"
gem "rubocop", "~> 1.57"
gem "rubocop", "~> 1.58"
gem "rubocop-changes", "~> 0.8.1"
gem "rubocop-config-prettier", "~> 0.1.13"
gem "rubocop-git", "~> 0.1.3"
gem "rubocop-gitlab-security", "~> 0.1.1"
gem "rubocop-i18n", "~> 3.0.0"
gem "rubocop-md", "~> 1.2.1"
gem "rubocop-md", "~> 1.2.2"
gem "rubocop-minitest", "~> 0.33.0"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.19.1"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
io-console (0.6.0)
irb (1.6.4)
reline (>= 0.3.0)
json (2.6.3)
json (2.7.0)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -62,15 +62,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -89,7 +89,7 @@ GEM
rubocop (>= 0.51)
rubocop-i18n (3.0.0)
rubocop (~> 1.0)
rubocop-md (1.2.1)
rubocop-md (1.2.2)
rubocop (>= 1.0)
rubocop-minitest (0.33.0)
rubocop (>= 1.39, < 2.0)
Expand Down Expand Up @@ -134,13 +134,13 @@ DEPENDENCIES
google-protobuf (~> 3.25.1)
rake (~> 13.1)
rspec
rubocop (~> 1.57)
rubocop (~> 1.58)
rubocop-changes (~> 0.8.1)
rubocop-config-prettier (~> 0.1.13)
rubocop-git (~> 0.1.3)
rubocop-gitlab-security (~> 0.1.1)
rubocop-i18n (~> 3.0.0)
rubocop-md (~> 1.2.1)
rubocop-md (~> 1.2.2)
rubocop-minitest (~> 0.33.0)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
Expand Down
6 changes: 3 additions & 3 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9daea5

Please sign in to comment.