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
40 changes: 19 additions & 21 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,14 +77,14 @@ GEM
uri (>= 0.13.1)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
aggregate_root (2.18.0)
ruby_event_store (= 2.18.0)
aggregate_root (3.0.0)
ruby_event_store (= 3.0.0)
arkency-command_bus (0.4.1)
concurrent-ruby
ast (2.4.3)
base64 (0.3.0)
bcrypt_pbkdf (1.1.2)
bigdecimal (4.1.0)
bigdecimal (4.1.2)
bindex (0.8.1)
bootsnap (1.23.0)
msgpack (~> 1.2)
Expand All@@ -94,7 +94,7 @@ GEM
bundler-audit (0.9.3)
bundler (>= 1.2.0)
thor (~> 1.0)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crack (1.0.1)
bigdecimal
Expand DownExpand Up@@ -133,10 +133,10 @@ GEM
fugit (1.12.1)
et-orbi (~> 1.4)
raabro (~> 1.4)
globalid (1.3.0)
globalid (1.4.0)
activesupport (>= 6.1)
hashdiff (1.2.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
importmap-rails (2.2.3)
actionpack (>= 6.0.0)
Expand All@@ -148,7 +148,7 @@ GEM
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.3)
json (2.20.0)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
Expand DownExpand Up@@ -179,7 +179,7 @@ GEM
mcp (0.12.0)
json-schema (>= 4.1)
mini_mime (1.1.5)
minitest (6.0.2)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
mission_control-jobs (1.1.0)
Expand DownExpand Up@@ -254,7 +254,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.5)
rack (3.2.6)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand DownExpand Up@@ -283,17 +283,15 @@ GEM
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails_event_store (2.18.0)
rails_event_store (3.0.0)
activejob (>= 6.0)
activemodel (>= 6.0)
activesupport (>= 6.0)
aggregate_root (= 2.18.0)
aggregate_root (= 3.0.0)
arkency-command_bus (>= 0.4)
rails_event_store_active_record (= 2.18.0)
ruby_event_store (= 2.18.0)
ruby_event_store-browser (= 2.18.0)
rails_event_store_active_record (2.18.0)
ruby_event_store-active_record (= 2.18.0)
ruby_event_store (= 3.0.0)
ruby_event_store-active_record (= 3.0.0)
ruby_event_store-browser (= 3.0.0)
railties (8.1.3)
actionpack (= 8.1.3)
activesupport (= 8.1.3)
Expand DownExpand Up@@ -359,14 +357,14 @@ GEM
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.30)
ruby-progressbar (1.13.0)
ruby_event_store (2.18.0)
ruby_event_store (3.0.0)
concurrent-ruby (~> 1.0, >= 1.1.6)
ruby_event_store-active_record (2.18.0)
ruby_event_store-active_record (3.0.0)
activerecord (>= 6.0)
ruby_event_store (= 2.18.0)
ruby_event_store-browser (2.18.0)
ruby_event_store (= 3.0.0)
ruby_event_store-browser (3.0.0)
rack
ruby_event_store (= 2.18.0)
ruby_event_store (= 3.0.0)
ruby_llm (1.14.0)
base64
event_stream_parser (~> 1)
Expand Down
Loading