Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` > BUNDLE_GEMFILE=/home/runner/work/loga/loga/gemfiles/rails70.gemfile bundle exec rspec /home/runner/.rubies/ruby-head/lib/ruby/gems/3.4.0+0/gems/activesupport-7.0.8/lib/active_support/message_verifier.rb:4: warning: base64 was loaded from the standard library, but is not part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Failure/Error: require 'rails' LoadError: cannot load such file -- base64 ``` This one.. most probably won't work but let's try. https://stdgems.org/base64/ The root issue is that in old ruby version base64 0.1.1 should be used and base64 0.2.0 is just for ruby 3.3.0 If 0.2.0 is installed on ruby 3.2, it will just crash..
- Loading branch information