Skip to content

Commit 93e7c44

Browse files
committed
Ruby Upgrade
This change upgrade the version of Ruby used by the buildpack
1 parent 647c0bd commit 93e7c44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3-p550
1+
1.9.3-p551

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
language: ruby
33
rvm:
4-
- 2.1.4
5-
- 1.9.3-p550
6-
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p550' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
4+
- 2.1.5
5+
- 1.9.3-p551
6+
before_script: "if [[ $TRAVIS_RUBY_VERSION != '1.9.3-p551' || $TRAVIS_SECURE_ENV_VARS != 'true' ]]; then unset CODECLIMATE_REPO_TOKEN; fi"
77
install: bundle install --deployment --without debug
88
notifications:
99
webhooks:

0 commit comments

Comments
 (0)