Feature #2433
substitute install_gems with bundler plus package build deps
Status: | Closed | Start date: | 11/07/2013 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Packaging | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: |
Associated revisions
F #2433: add Gemfile to be used with install_gems
F #2433: support for bundler in install_gems
F #2433: add Gemfile.lock for packages
F #2433: add Gemfile to be used with install_gems
F #2433: support for bundler in install_gems
F #2433: add Gemfile.lock for packages
F #2433: search Gemfile in install_gems dir
F #2433: add Gemfile to install.sh
F #2433: typo in Gemfile path
History
#1 Updated by Jaime Melis over 7 years ago
- Subject changed from install_gems should define a Gemfile.lock file or specify the supported version for each release to substitute install_gems with bundler plus package build deps
- Category changed from Client API & Library to Packaging
- Target version changed from Release 4.6 to Release 4.8
#2 Updated by Ruben S. Montero about 7 years ago
- Tracker changed from Feature to Backlog
- Priority changed from Normal to High
- Target version deleted (
Release 4.8)
#3 Updated by Ruben S. Montero almost 7 years ago
- Status changed from New to Pending
#4 Updated by Arnold Bechtoldt almost 7 years ago
I'd also vote for improving this process since AFAIR you can't execute install_gems automatically since it requires user interaction (at least in some specific cases).
#5 Updated by Javi Fontan almost 5 years ago
- Assignee set to Javi Fontan
- Target version set to Release 5.2
#6 Updated by Javi Fontan almost 5 years ago
- Tracker changed from Backlog to Feature
#7 Updated by Javi Fontan almost 5 years ago
- Status changed from Pending to Closed
- Resolution set to fixed
Added --no-bundler to use the old method.