Skip to content
Closed
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
57 changes: 26 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
bcrypt_pbkdf (1.1.2)
bigdecimal (3.3.1)
bindata (2.5.1)
brakeman (8.0.4)
brakeman (8.0.5)
racc
by (1.1.0)
byebug (13.0.0)
Expand All @@ -99,7 +99,7 @@ GEM
json_schema (~> 0.14, >= 0.14.3)
openapi_parser (~> 2.0)
rack (>= 1.5)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
cose (1.3.1)
cbor (~> 0.5.9)
openssl-signature_algorithm (~> 1.0)
Expand All @@ -117,7 +117,6 @@ GEM
diff-lcs (1.6.2)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
docile (1.4.1)
ed25519 (1.4.0)
enum_csv (1.2.0)
csv
Expand All @@ -134,7 +133,7 @@ GEM
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
ferrum (0.17.1)
ferrum (0.17.2)
addressable (~> 2.5)
base64 (~> 0.2)
concurrent-ruby (~> 1.1)
Expand Down Expand Up @@ -273,22 +272,22 @@ GEM
hashery (2.1.2)
hashie (5.1.0)
logger
herb (0.9.4)
herb (0.9.4-aarch64-linux-gnu)
herb (0.9.4-aarch64-linux-musl)
herb (0.9.4-arm-linux-gnu)
herb (0.9.4-arm-linux-musl)
herb (0.9.4-arm64-darwin)
herb (0.9.4-x86_64-darwin)
herb (0.9.4-x86_64-linux-gnu)
herb (0.9.4-x86_64-linux-musl)
herb (0.10.2)
herb (0.10.2-aarch64-linux-gnu)
herb (0.10.2-aarch64-linux-musl)
herb (0.10.2-arm-linux-gnu)
herb (0.10.2-arm-linux-musl)
herb (0.10.2-arm64-darwin)
herb (0.10.2-x86_64-darwin)
herb (0.10.2-x86_64-linux-gnu)
herb (0.10.2-x86_64-linux-musl)
io-console (0.8.2)
jmespath (1.6.2)
json (2.21.1)
json (2.21.2)
json_schema (0.21.0)
jwt (3.2.0)
base64
language_server-protocol (3.17.0.5)
language_server-protocol (3.17.0.6)
lint_roller (1.1.0)
logger (1.7.0)
mail (2.9.0)
Expand Down Expand Up @@ -371,10 +370,10 @@ GEM
optparse (0.8.1)
os (1.1.4)
pagerduty (4.0.1)
parallel (1.28.0)
parallel (2.1.0)
parallel_tests (4.10.1)
parallel
parser (3.3.11.1)
parser (3.3.12.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
Expand Down Expand Up @@ -458,21 +457,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.7)
rubocop (1.84.2)
rubocop (1.88.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.1)
rubocop-ast (1.50.0)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-capybara (2.23.0)
rubocop-capybara (3.0.0)
lint_roller (~> 1.1)
rubocop (~> 1.81)
rubocop-erb (0.7.1)
Expand All @@ -486,9 +485,10 @@ GEM
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.9.0)
rubocop-rspec (3.10.2)
lint_roller (~> 1.1)
rubocop (~> 1.81)
regexp_parser (>= 2.0)
rubocop (~> 1.86, >= 1.86.2)
rubocop-sequel (0.4.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2)
Expand Down Expand Up @@ -516,20 +516,15 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 4.0)
multi_json (~> 1.10)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
simplecov (1.0.1)
snaky_hash (2.0.7)
hashie (>= 0.1.0, < 6)
version_gem (~> 1.1, >= 1.1.14)
stackprof (0.2.28)
standard (1.54.0)
standard (1.56.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.84.0)
rubocop (~> 1.88.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.8)
standard-custom (1.0.2)
Expand Down
Loading