Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

[Fixes #24] Removed default gems, help hints are still included. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/rbenv_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class RbenvDescriptor < Jenkins::Model::DefaultDescriptor
DEFAULT_VERSION = "1.9.3p429"
DEFAULT_GEM_LIST = "bundler,rake"
DEFAULT_GEM_LIST = ""
DEFAULT_IGNORE_LOCAL_VERSION = false
DEFAULT_RBENV_ROOT = "$HOME/.rbenv"
DEFAULT_RBENV_REPOSITORY = "https://github.com/sstephenson/rbenv.git"
Expand Down