Skip to content

Commit c87b6c6

Browse files
authored
Merge pull request #7 from jobready/update-ci-ruby-version-222
Update ruby version in buildkite script to 2.2.2
2 parents 50ddd9c + a74fde0 commit c87b6c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script/buildkite.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
set -e
33

44
echo '--- setting ruby version'
5-
rbenv local 2.1.3
5+
rbenv install -s 2.2.2
6+
rbenv local 2.2.2
7+
rbenv rehash
8+
gem install bundler --no-rdoc --no-ri
69

710
echo '--- bundling'
811
bundle install -j $(nproc) --without production --quiet

0 commit comments

Comments
 (0)