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
18 changes: 11 additions & 7 deletions examples/plugin-gem-example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
async (>= 2.34)
rainbow (>= 3.0.0)
ruby_llm (>= 1.8)
type_toolkit (>= 0.0.5)
zeitwerk (>= 2.6)

PATH
Expand All @@ -17,7 +18,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.3)
activesupport (8.0.4.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -26,7 +27,7 @@ GEM
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
Expand All @@ -38,10 +39,10 @@ GEM
metrics (~> 0.12)
traces (~> 0.18)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
benchmark (0.5.0)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
console (1.34.3)
fiber-annotation
fiber-local (~> 1.1)
Expand All @@ -64,7 +65,7 @@ GEM
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
io-event (1.14.2)
Expand Down Expand Up @@ -133,6 +134,9 @@ GEM
stringio (3.1.7)
traces (0.18.2)
tsort (0.2.0)
type_toolkit (0.0.5)
lint_roller
rubocop (>= 1.72.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
Expand Down
Loading