diff --git a/examples/plugin-gem-example/Gemfile.lock b/examples/plugin-gem-example/Gemfile.lock index 6e5ce4e6..40b714ce 100644 --- a/examples/plugin-gem-example/Gemfile.lock +++ b/examples/plugin-gem-example/Gemfile.lock @@ -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 @@ -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 @@ -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) @@ -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) @@ -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) @@ -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)