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
6 changes: 5 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "chore", "scope": "deps", "subject": "*security-updates*", "release": "patch" }
]
}],
[
"@mridang/semantic-release-peer-version",
{
Expand Down
51 changes: 31 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
ansi (1.5.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
better_coverage (1.0.1)
minitest-reporters (~> 1.5)
simplecov (~> 0.22)
bigdecimal (3.2.2)
bigdecimal (4.0.1)
builder (3.3.0)
cgi (0.5.1)
concurrent-ruby (1.3.5)
Expand All @@ -48,10 +50,11 @@ GEM
docker-api (2.4.0)
excon (>= 0.64.0)
multi_json
dotenv (3.1.8)
dotenv (3.2.0)
drb (2.2.3)
ethon (0.16.0)
ethon (0.18.0)
ffi (>= 1.15.0)
logger
excon (1.2.5)
logger
faraday (2.14.1)
Expand All @@ -63,10 +66,14 @@ GEM
ffi (1.17.3)
ffi (1.17.3-arm64-darwin)
fileutils (1.7.3)
hashie (5.0.0)
hashie (5.1.0)
logger
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.18.1)
json (2.19.1)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
jwt (3.1.2)
base64
language_server-protocol (3.17.0.5)
Expand All @@ -75,8 +82,10 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mcp (0.8.0)
json-schema (>= 4.1)
minitest (5.26.1)
minitest-hooks (1.5.2)
minitest-hooks (1.5.3)
minitest (> 5.3)
minitest-reporters (1.7.1)
ansi
Expand All @@ -88,45 +97,47 @@ GEM
mutex_m (0.3.0)
net-http (0.9.1)
uri (>= 0.11.1)
oauth2 (2.0.12)
oauth2 (2.0.18)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (>= 1.1.8, < 3)
version_gem (~> 1.1, >= 1.1.9)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.10.2)
ast (~> 2.4.1)
racc
prism (1.4.0)
prism (1.9.0)
public_suffix (6.0.2)
racc (1.8.1)
rack (3.2.5)
rainbow (3.1.1)
rake (13.3.0)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.6.1)
logger
regexp_parser (2.10.0)
regexp_parser (2.11.3)
rexml (3.4.4)
rubocop (1.78.0)
rubocop (1.85.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
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.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-minitest (0.38.1)
prism (~> 1.7)
rubocop-minitest (0.39.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
Expand Down Expand Up @@ -172,13 +183,13 @@ GEM
docker-api (~> 2.2)
time (0.4.2)
date
typhoeus (1.4.1)
ethon (>= 0.9.0)
typhoeus (1.6.0)
ethon (>= 0.18.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.1.1)
version_gem (1.1.8)
version_gem (1.1.9)
warning (1.5.0)
zeitwerk (2.6.18)

Expand Down
Loading