You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to detect bundler spec under '/opt/homebrew/Cellar/rbenv/1.2.0/versions/jruby-9.3.3.0/lib/ruby/gems/shared/gems/bundler-2.4.6'' and its sub-dirs
This makes sense, as there's no gemspec file there, just a exe/ dir with bundle and bundler executables. The gemspec for bundler lives in
I copied the gemspec to where warbler seems to be looking for it, and now it's working. However, I expect this will fall apart if/when I update my bundler gem.
Environment:
Issue
When running
bundle exec warble
I get this error:This makes sense, as there's no gemspec file there, just a
exe/
dir withbundle
andbundler
executables. The gemspec for bundler lives inWorkaround
I copied the gemspec to where warbler seems to be looking for it, and now it's working. However, I expect this will fall apart if/when I update my bundler gem.
The text was updated successfully, but these errors were encountered: