mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Add back rbenv
This commit is contained in:
parent
e1dbcac74e
commit
fb93e2ba5f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ require 'mina/bundler'
|
||||||
require 'mina/rails'
|
require 'mina/rails'
|
||||||
require 'mina/git'
|
require 'mina/git'
|
||||||
require 'mina/whenever'
|
require 'mina/whenever'
|
||||||
# require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||||
# require 'mina/rvm' # for rvm support. (http://rvm.io)
|
# require 'mina/rvm' # for rvm support. (http://rvm.io)
|
||||||
|
|
||||||
# Basic settings:
|
# Basic settings:
|
||||||
|
@ -50,7 +50,7 @@ set :shared_paths, [
|
||||||
task :environment do
|
task :environment do
|
||||||
# If you're using rbenv, use this to load the rbenv environment.
|
# If you're using rbenv, use this to load the rbenv environment.
|
||||||
# Be sure to commit your .rbenv-version to your repository.
|
# Be sure to commit your .rbenv-version to your repository.
|
||||||
# invoke :'rbenv:load'
|
invoke :'rbenv:load'
|
||||||
|
|
||||||
# For those using RVM, use this to load an RVM version@gemset.
|
# For those using RVM, use this to load an RVM version@gemset.
|
||||||
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
|
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue