patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby

Home Page:https://rubydoc.info/gems/langchainrb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 7.0.x no longer supported

prdanelli opened this issue · comments

It seems as though this commit has enforced Rails 7.1 usage. Rails 7.0.8 is still being actively supported, is it possible to allow both?

Yeah, I'm actually thinking we should've stuck with that deep_merge gem instead of pulling activesupport in: #494 (comment). What do you think?

@andreibondarev I've created a quick and dirty PR to add back support. All the specs are passing locally.

#498