Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ GEM
hashdiff (1.1.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.8.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.5)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.6.0)
Expand All @@ -67,18 +67,18 @@ GEM
optimist (3.1.0)
ostruct (0.6.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
prism (1.1.0)
prism (1.3.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.0.11)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.6.1)
logger
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -93,37 +93,37 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.70.0)
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-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.22.1)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-lsp (0.19.1)
ruby-lsp (0.23.6)
language_server-protocol (~> 3.17.0)
prism (>= 1.1, < 2.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
rugged (1.7.2)
rugged (1.9.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -135,10 +135,12 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11597)
sorbet-runtime (0.5.11766)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
vcr (6.3.1)
base64
Expand All @@ -159,7 +161,7 @@ DEPENDENCIES
rubocop (~> 1.64)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
ruby-lsp (~> 0.19.1)
ruby-lsp (~> 0.23.6)
rugged (~> 1.7, >= 1.7.2)
simplecov (~> 0.22.0)
simplecov-erb (~> 1.0, >= 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop", "~> 1.64"
s.add_development_dependency "rubocop-github", "~> 0.20"
s.add_development_dependency "rubocop-performance", "~> 1.21"
s.add_development_dependency "ruby-lsp", "~> 0.19.1"
s.add_development_dependency "ruby-lsp", "~> 0.23.6"
s.add_development_dependency "rugged", "~> 1.7", ">= 1.7.2"
s.add_development_dependency "simplecov", "~> 0.22.0"
s.add_development_dependency "simplecov-erb", "~> 1.0", ">= 1.0.1"
Expand Down
Binary file removed vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/logger-1.6.2.gem
Binary file not shown.
Binary file added vendor/cache/logger-1.6.5.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/prism-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.3.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.66.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.70.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.32.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.37.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.22.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.23.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.19.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.23.6.gem
Binary file not shown.
Binary file removed vendor/cache/rugged-1.7.2.gem
Binary file not shown.
Binary file added vendor/cache/rugged-1.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11597.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11766.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.
Loading