Commit b4a63adcabb65c9d13d9ab03060ae33d3bab164c

Authored by Andre Arko
1 parent 3a6e8ee440

install the version you're checking for

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@
6 6 # FIX: only sudo if gem home isn't writable
7 7  
8 8 (gem spec bundler -v '~> 1.2.0' > /dev/null 2>&1) ||
9   - sudo gem install bundler --no-rdoc --no-ri
  9 + sudo gem install bundler -v '~> 1.2.0' --no-rdoc --no-ri
10 10  
11 11 # We don't want old config hanging around.
12 12