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
54 changes: 28 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,78 +29,80 @@ GEM
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
contracts (0.17.2)
crack (1.0.0)
crack (1.0.1)
bigdecimal
rexml
diff-lcs (1.6.2)
docile (1.4.0)
drb (2.2.3)
entitlements-app (1.2.0)
entitlements-app (1.2.1)
concurrent-ruby (~> 1.3, >= 1.3.1)
faraday (~> 2.0)
logger (~> 1.6)
net-ldap (~> 0.19)
octokit (~> 4.18)
optimist (~> 3.1)
ostruct (~> 0.6.0)
faraday (2.13.4)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
faraday-net_http (3.4.2)
net-http (~> 0.5)
faraday-retry (2.3.2)
faraday (~> 2.0)
hashdiff (1.2.0)
hashdiff (1.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.15.1)
json (2.16.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.25.5)
mutex_m (0.3.0)
net-http (0.6.0)
net-http (0.7.0)
uri
net-ldap (0.19.0)
net-ldap (0.20.0)
base64
ostruct
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.2.1)
ostruct (0.6.2)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
prism (1.6.0)
public_suffix (6.0.2)
racc (1.8.1)
rack (3.1.17)
rack (3.1.18)
rainbow (3.1.1)
rake (13.3.0)
rake (13.3.1)
rbs (3.6.1)
logger
regexp_parser (2.11.3)
retryable (3.0.5)
rexml (3.4.2)
rspec (3.13.1)
rexml (3.4.4)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.81.1)
rspec-support (3.13.6)
rubocop (1.81.7)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -111,7 +113,7 @@ GEM
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.47.1)
rubocop-ast (1.48.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.23.0)
Expand All @@ -128,13 +130,13 @@ GEM
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
ruby-lsp (0.26.1)
ruby-lsp (0.26.2)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
ruby-progressbar (1.13.0)
rugged (1.9.0)
sawyer (0.9.2)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.2)
Expand All @@ -151,10 +153,10 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.1.1)
vcr (6.3.1)
base64
webmock (3.25.1)
webmock (3.26.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -167,7 +169,7 @@ DEPENDENCIES
entitlements-app (~> 1.0)
entitlements-github-plugin!
rake (~> 13.2, >= 13.2.1)
rspec (= 3.13.1)
rspec (= 3.13.2)
rubocop (~> 1.64)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.13.1"
s.add_development_dependency "rspec", "= 3.13.2"
s.add_development_dependency "rubocop", "~> 1.64"
s.add_development_dependency "rubocop-github", "~> 0.20"
s.add_development_dependency "rubocop-performance", "~> 1.21"
Expand Down
Binary file removed vendor/cache/bigdecimal-3.2.2.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/crack-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/crack-1.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/entitlements-app-1.2.0.gem
Binary file not shown.
Binary file added vendor/cache/entitlements-app-1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-2.13.4.gem
Binary file not shown.
Binary file added vendor/cache/faraday-2.14.0.gem
Binary file not shown.
Binary file removed vendor/cache/faraday-net_http-3.4.1.gem
Binary file not shown.
Binary file added vendor/cache/faraday-net_http-3.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/hashdiff-1.2.0.gem
Binary file not shown.
Binary file added vendor/cache/hashdiff-1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.15.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.16.0.gem
Binary file not shown.
Binary file removed vendor/cache/net-http-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/net-ldap-0.19.0.gem
Binary file not shown.
Binary file added vendor/cache/net-ldap-0.20.0.gem
Binary file not shown.
Binary file removed vendor/cache/ostruct-0.6.2.gem
Binary file not shown.
Binary file added vendor/cache/ostruct-0.6.3.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-3.1.17.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.1.18.gem
Binary file not shown.
Binary file removed vendor/cache/rake-13.3.0.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.4.2.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.4.4.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.13.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.13.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.6.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.13.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.7.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.13.4.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.6.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.81.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.7.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.47.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.48.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-lsp-0.26.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-lsp-0.26.2.gem
Binary file not shown.
Binary file removed vendor/cache/sawyer-0.9.2.gem
Binary file not shown.
Binary file added vendor/cache/sawyer-0.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/uri-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/uri-1.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/webmock-3.25.1.gem
Binary file not shown.
Binary file added vendor/cache/webmock-3.26.1.gem
Binary file not shown.
Loading