Skip to content
Merged
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
50 changes: 27 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.0)
minitest (5.23.1)
mutex_m (0.2.0)
net-http (0.4.1)
Expand All @@ -60,33 +61,35 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
prism (0.29.0)
prism (0.30.0)
public_suffix (5.0.5)
racc (1.8.0)
rack (3.0.11)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.5.1)
logger
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.6)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.3)
rubocop (1.64.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -103,17 +106,18 @@ GEM
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
rubocop-rails (>= 2.17)
rubocop-performance (1.21.0)
rubocop-performance (1.21.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.16.7)
ruby-lsp (0.17.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.29.0, < 0.30)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
rugged (1.7.2)
Expand All @@ -128,7 +132,7 @@ GEM
simplecov (< 1.0)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11394)
sorbet-runtime (0.5.11439)
strscan (3.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -148,11 +152,11 @@ DEPENDENCIES
entitlements-app (~> 1.0)
entitlements-github-plugin!
rake (~> 13.2, >= 13.2.1)
rspec (= 3.8.0)
rspec (= 3.13.0)
rubocop (~> 1.64)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
ruby-lsp (~> 0.16.7)
ruby-lsp (~> 0.17.4)
rugged (~> 1.7, >= 1.7.2)
simplecov (~> 0.22.0)
simplecov-erb (~> 1.0, >= 1.0.1)
Expand Down
4 changes: 2 additions & 2 deletions entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Gem::Specification.new do |s|

s.add_development_dependency "entitlements-app", "~> 1.0"
s.add_development_dependency "rake", "~> 13.2", ">= 13.2.1"
s.add_development_dependency "rspec", "= 3.8.0"
s.add_development_dependency "rspec", "= 3.13.0"
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.16.7"
s.add_development_dependency "ruby-lsp", "~> 0.17.4"
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 added vendor/cache/logger-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.25.1.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/prism-0.29.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-0.30.0.gem
Binary file not shown.
Binary file added vendor/cache/rbs-3.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.8.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.8.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.8.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.8.6.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.8.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.8.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.64.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.64.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.21.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.21.1.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.16.7.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.17.4.gem
Binary file not shown.
Binary file removed vendor/cache/sorbet-runtime-0.5.11394.gem
Binary file not shown.
Binary file added vendor/cache/sorbet-runtime-0.5.11439.gem
Binary file not shown.