Skip to content
Open
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
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.8)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
after_party (2.1.0)
amazing_print (1.8.1)
Expand All @@ -89,6 +89,7 @@ GEM
authtrail (0.7.0)
railties (>= 7.1)
warden
awesome_print (1.9.2)
azure-storage-blob (2.0.3)
azure-storage-common (~> 2.0)
nokogiri (~> 1, >= 1.10.8)
Expand All @@ -107,7 +108,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.3.1)
bigdecimal (4.0.1)
bindex (0.8.1)
blueprinter (1.2.1)
brakeman (7.1.1)
Expand Down Expand Up @@ -298,10 +299,9 @@ GEM
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.18.1)
json-schema (6.0.0)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (~> 3.1)
json_rpc_handler (0.1.1)
bigdecimal (>= 3.1, < 5)
jwt (3.1.2)
base64
language_server-protocol (3.17.0.5)
Expand All @@ -327,9 +327,8 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.2)
mcp (0.4.0)
mcp (0.8.0)
json-schema (>= 4.1)
json_rpc_handler (~> 0.1)
method_source (1.1.0)
mini_magick (5.2.0)
benchmark
Expand Down Expand Up @@ -435,7 +434,7 @@ GEM
psych (5.3.1)
date
stringio
public_suffix (7.0.0)
public_suffix (7.0.5)
puma (7.0.4)
nio4r (~> 2.0)
pundit (2.5.2)
Expand Down Expand Up @@ -615,8 +614,9 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov-mcp (1.0.1)
simplecov-html (0.13.2)
simplecov-mcp (2.0.1)
awesome_print (~> 1.9)
mcp (~> 0.3)
simplecov (>= 0.21, < 1.0)
simplecov_json_formatter (0.1.4)
Expand Down
Loading