AAlvAAro / ruby-amazon-bedrock

Seamless Integration with Amazon Bedrock for AI-Powered Text and Image Generation in Ruby.
MIT License
6 stars 7 forks source link

missing llama3, ruby recommends to to add base64 to gemspec #5

Closed sowcow closed 4 weeks ago

AAlvAAro commented 5 months ago

Hi @sowcow thank you for raising this issue, do you have a link where I can see the base64 recommendation to take a look? thanks in advance!

sowcow commented 5 months ago

Hi @AAlvAAro, it is what ruby 3.3 warns about https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/

RubyGems and Bundler warn if users do require the following gems without adding them to Gemfile or gemspec. This is because they will become the bundled gems in the future version of Ruby. This warning is suppressed if you use bootsnap gem. We recommend to run your application with DISABLE_BOOTSNAP=1 environment variable at least once. This is limitation of this version. Targeted libraries are: abbrev base64 ...

AAlvAAro commented 5 months ago

thanks @sowcow I'll address this soon

ErebusBat commented 4 months ago

@sowcow I have resolved the merge conflicts and explicitly added the base64 gem to the gemspec to address #5.