Automatic Loading of Gem with Bundler
I have developed a Ruby gem called safe-eth-ruby
, hosted on https://github.com/scionx-io/safe-eth-ruby/tree/bm-improve-test. While the gem installs and loads without any errors, I encounter an issue with uninitialized constants when trying to access specific modules directly in IRB initialized with bundle exec irb
.