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
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
concurrent-ruby (1.1.9)
connection_pool (2.4.1)
contracts (0.17)
Expand Down Expand Up @@ -61,16 +61,16 @@ GEM
sawyer (~> 0.9)
optimist (3.0.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prism (0.29.0)
public_suffix (5.0.5)
racc (1.7.3)
racc (1.8.0)
rack (3.0.10)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.13.0)
Expand All @@ -86,7 +86,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.3)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -97,8 +97,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-github (0.20.0)
rubocop (>= 1.37)
rubocop-performance (>= 1.15)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
unicode-display_width (2.5.0)
uri (0.13.0)
vcr (6.2.0)
webmock (3.23.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -149,7 +149,7 @@ DEPENDENCIES
rake (~> 13.2.0)
rspec (= 3.13.0)
rspec-core (= 3.13.0)
rubocop (= 1.63.3)
rubocop (= 1.64.0)
rubocop-github (= 0.20.0)
rubocop-performance (= 1.21.0)
ruby-lsp (~> 0.16.7)
Expand Down
2 changes: 1 addition & 1 deletion entitlements-github-plugin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake", "~> 13.2.0"
s.add_development_dependency "rspec", "= 3.13.0"
s.add_development_dependency "rspec-core", "= 3.13.0"
s.add_development_dependency "rubocop", "= 1.63.3"
s.add_development_dependency "rubocop", "= 1.64.0"
s.add_development_dependency "rubocop-github", "= 0.20.0"
s.add_development_dependency "rubocop-performance", "= 1.21.0"
s.add_development_dependency "ruby-lsp", "~> 0.16.7"
Expand Down
Binary file removed vendor/cache/bigdecimal-3.1.7.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.0.5.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.63.3.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.64.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.31.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.31.3.gem
Binary file not shown.
Binary file removed vendor/cache/webmock-3.23.0.gem
Binary file not shown.
Binary file added vendor/cache/webmock-3.23.1.gem
Binary file not shown.