rbenv-bundler icon indicating copy to clipboard operation
rbenv-bundler copied to clipboard

an rbenv plugin that makes shims aware of bundle installation paths

Results 4 rbenv-bundler issues
Sort by recently updated
recently updated
newest added

I believe this has something to do with Psych 4.0.4 (https://github.com/ruby/psych/pull/487 ?). Just changing `rehash.rb` line 256 to use `#safe_load` is not enough and I'm not sure which `permitted_classes` need...

I have installed a gem from a local git repository using bundler's [local installation option](https://bundler.io/v1.2/git.html#local). However, during installation bundler complained: ``` Using beaker-vcloud 0.2.0 from puppetlabs/beaker-vcloud (at ~/Projects/beaker-vcloud@0c2fa2b) `~/Projects/beaker-vcloud/bin/beaker` does...

Starting to play with Ruby 2.3 and running into a bit of a mess with rbenv-bundler: ``` $ rbenv bundler on /home/mwp/.rbenv/versions/2.3.0-preview2/lib/ruby/2.3.0/ostruct.rb:175:in `respond_to_missing?': undefined method `key?' for nil:NilClass (NoMethodError) from...

Hi, After installing rbenv-bundler without obvious issues, I ran the so-called rbenv-doctor script and it gave me a warning: "rbenv-bundler is considered harmful. Please remove the plugin..." Please forgive me...