Skip to content

Commit

Permalink
also use ruby 2.1.3 on provision and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Sep 25, 2014
1 parent 7fde7f5 commit 714987a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set :bundle_without, "test development deploy"

set :rbenv_type, :system
set :rbenv_ruby, '2.1.2'
set :rbenv_ruby, '2.1.3'
set :rbenv_custom_path, '/opt/rbenv'

set :linked_files, %w{.rbenv-vars}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/nodes/node.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"ruby": {
"version": "2.1.2"
"version": "2.1.3"
},
"nginx": {
"version": "1.7.3",
Expand Down

0 comments on commit 714987a

Please sign in to comment.