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
60 changes: 31 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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
date (3.4.1)
debug (1.10.0)
debug (1.11.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.6.2)
Expand All @@ -48,22 +48,22 @@ GEM
octokit (~> 4.18)
optimist (~> 3.1)
ostruct (~> 0.6.0)
erb (5.0.1)
erb (5.1.1)
faraday (2.13.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.1)
net-http (>= 0.5.0)
hashdiff (1.2.0)
hashdiff (1.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.12.2)
json (2.15.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -77,13 +77,13 @@ GEM
optimist (3.2.1)
ostruct (0.6.2)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.6.0)
psych (5.2.6)
date
stringio
Expand All @@ -92,48 +92,49 @@ GEM
rack (3.1.16)
rainbow (3.1.1)
rake (13.3.0)
rdoc (6.14.1)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.1)
tsort
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
rexml (3.4.1)
rspec (3.13.0)
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.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.77.0)
rspec-support (3.13.6)
rubocop (1.81.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.26.0)
rubocop (>= 1.76)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.23)
rubocop-performance (1.25.0)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.32.0)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
Expand All @@ -155,15 +156,16 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
stringio (3.1.7)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
vcr (6.3.1)
base64
webmock (3.25.1)
webmock (3.26.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -172,10 +174,10 @@ PLATFORMS
ruby

DEPENDENCIES
debug (<= 1.10.0)
debug (<= 1.12.0)
entitlements-gitrepo-auditor-plugin!
rake (~> 13.2, >= 13.2.1)
rspec (= 3.13.0)
rspec (= 3.13.2)
rubocop (~> 1.64)
rubocop-github (~> 0.20)
rubocop-performance (~> 1.21)
Expand Down
4 changes: 2 additions & 2 deletions entitlements-gitrepo-auditor-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Gem::Specification.new do |s|
s.add_dependency "contracts", "~> 0.17"
s.add_dependency "entitlements-app", "~> 1.0"

s.add_development_dependency "debug", "<= 1.10.0"
s.add_development_dependency "debug", "<= 1.12.0"
s.add_development_dependency "rake", "~> 13.2", ">= 13.2.1"
s.add_development_dependency "rspec", "= 3.13.0"
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/debug-1.10.0.gem
Binary file not shown.
Binary file added vendor/cache/debug-1.11.0.gem
Binary file not shown.
Binary file removed vendor/cache/erb-5.0.1.gem
Binary file not shown.
Binary file added vendor/cache/erb-5.1.1.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/io-console-0.8.0.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.12.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.15.2.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.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/pp-0.6.2.gem
Binary file not shown.
Binary file added vendor/cache/pp-0.6.3.gem
Binary file not shown.
Binary file removed vendor/cache/prism-1.4.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.14.1.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.11.3.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.6.1.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.4.1.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.0.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.6.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.77.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.6.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.45.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.47.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.25.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.26.1.gem
Binary file not shown.
Binary file added vendor/cache/tsort-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-3.1.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.1.0.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.0.gem
Binary file not shown.
Loading