
What are my options? A LOT of gems have this as a dependency I think.
Plus, let's say I get rid of all of them, then I get the same message for libxml-ruby. The thing is, this libxml-ruby is added to my gemfile because of releasy dependencies.
So I removed releasy from my gemfile and installed it with gem install releasy (and it appears in gem list releasy). But when I run rake build, I get cannot load such file -- releasy.
Any ideas what so ever? Thanks 👍
What are my options? A LOT of gems have this as a dependency I think.
Plus, let's say I get rid of all of them, then I get the same message for
libxml-ruby. The thing is, thislibxml-rubyis added to my gemfile because of releasy dependencies.So I removed releasy from my gemfile and installed it with
gem install releasy(and it appears in gem list releasy). But when I runrake build, I getcannot load such file -- releasy.Any ideas what so ever? Thanks 👍