issues Search Results · repo:capistrano/bundler language:Ruby
Filter by
64 results
(90 ms)64 results
incapistrano/bundler (press backspace or delete to remove)https://github.com/capistrano/bundler/blob/0a5b9dda84b53985743aa12210c6c62465f1f98d/lib/capistrano/tasks/bundler.cap#L34
If possible, I want to refrain from running a full gem cleanup via bundle clean. ...
ant0nm
- 1
- Opened on Jan 10
- #135
just facing this issue from last couple of weeks.
deploy gets stuck at [bundler:install] Checking Gemfile and Gemfile.lock changes Surprisingly bundle install on the
release folder works fine.
image ...
gajendrajena
- 6
- Opened on Aug 28, 2024
- #134
https://github.com/capistrano/bundler/blob/6ca9f7e2731c8d714fe387dceda43d969b64bfb4/lib/capistrano/tasks/bundler.cap#L5
subequent should be subsequent .
climatebrad
- 1
- Opened on Aug 5, 2024
- #132
When your Gemfile.lock was made with a version of bundler that is different from the one being used to execute bundle
install, it is supposed to fetch that version of bundler, install it, and restart the ...
mohamedhafez
- 1
- Opened on Jul 19, 2024
- #131
It s more of an issue of bundler, still when updating a single gem bundle check succeeds while printing info about
missing gem on STDERR. Fixed it with set :bundle_check_before_install, false. Maybe we ...
kanmeiban
- 2
- Opened on Nov 15, 2022
- #130
Suspect this may be the case for any bundle version older then 2.x,
Gems are deploying to vendor/gems, and not release_path/shared/gems, on AlmaLinux/CentOS/RHEL 8 (Ruby 2.5.4,
bundler 1.16.1)
Testing ...
conathan
- Opened on Dec 22, 2021
- #128
To reproduce: Do a deploy with capistrano-bundler version 2.0.0 with default options It will cause bundler to emit a
warning: You are replacing the current local value of without, which is currently development:test ...
Fjan
- 1
- Opened on Jul 13, 2020
- #125
If you don t specify --jobs, Bundler will automatically choose an appropriate value based on the number of processors.
We should encourage that default behavior rather than hardcoding a default of 4.
mattbrictson
- 4
- Opened on Jun 28, 2020
- #123
Hi there, I m wondering what breaking changes there might be in versions =2?
ghost
- 2
- Opened on May 7, 2020
- #119
On the server, I have ruby 2.5.1, but when I try to deploy, I got this error:
bundler:install
01 ~/.rvm/bin/rvm default do bundle install --path /var/www/myapp_staging/shared/bundle --jobs 4 --without ...
hopewise
- 1
- Opened on Apr 13, 2020
- #118

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.