Skip to content
Open
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
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ 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)
Expand All @@ -55,10 +55,10 @@ GEM
net-http (>= 0.5.0)
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.15.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -73,7 +73,7 @@ GEM
optimist (3.2.1)
ostruct (0.6.2)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
prism (1.6.0)
Expand All @@ -86,21 +86,21 @@ GEM
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.6)
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.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -154,7 +154,7 @@ GEM
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 @@ -167,7 +167,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/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.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.9.0.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.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.81.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.6.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