langchainrb icon indicating copy to clipboard operation
langchainrb copied to clipboard

Support Ruby 3.0 again

Open alvaromat opened this issue 9 months ago • 3 comments

Support using the gem with ruby 3.0, preventing users to stick with outdated gem versions due to their current Ruby version.

Also, I've removed dependency to active support 7, as It prevents you to add the gem to a Rails 6 project. Is ActiveSupport version 7 needed? Can't older versions be used?

Issue: https://github.com/patterns-ai-core/langchainrb/issues/634

alvaromat avatar May 22 '24 12:05 alvaromat