Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
b0c8d230
Commit
b0c8d230
authored
Jul 22, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ruby 2.1.2
parent
35b6af41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
+2
-2
config/deploy.rb
+1
-1
No files found.
README.md
View file @
b0c8d230
...
...
@@ -11,8 +11,8 @@ A simple markdown-based blog & wiki system for team.
# Supported versions
-
Ruby 2.
0.0+
-
Rails 4.
0.0+
-
Ruby 2.
1.2
-
Rails 4.
1.0
# How to install and use.
...
...
config/deploy.rb
View file @
b0c8d230
...
...
@@ -35,7 +35,7 @@ set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public
set
:keep_releases
,
5
set
:rbenv_type
,
:system
set
:rbenv_ruby
,
'2.
0.0-p353
'
set
:rbenv_ruby
,
'2.
1.2
'
set
:rbenv_prefix
,
"RBENV_ROOT=
#{
fetch
(
:rbenv_path
)
}
RBENV_VERSION=
#{
fetch
(
:rbenv_ruby
)
}
#{
fetch
(
:rbenv_path
)
}
/bin/rbenv exec"
set
:rbenv_map_bins
,
%w{rake gem bundle ruby rails}
set
:rbenv_roles
,
:all
# default value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment