Skip to content

Commit

Permalink
Set ruby version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasduerschmid authored Nov 8, 2017
1 parent 8e2007b commit 0b35777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Vagrant.configure("2") do |config|
rbenv: {
user_installs: [{
user: 'vagrant',
rubies: ["2.2.2", "2.4.2"],
global: "2.2.2",
rubies: ["2.4.0"],
global: "2.4.0",
gems: {
"2.2.2" => [
"2.4.0" => [
{ name: "bundler" }
]
}
Expand Down

0 comments on commit 0b35777

Please sign in to comment.