Skip to content

Commit

Permalink
Merge pull request #524 from moneyadviceservice/update-ruby
Browse files Browse the repository at this point in the history
Update Ruby Version
  • Loading branch information
ook committed Oct 20, 2014
2 parents c8bdc9d + adb6481 commit 9f33a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: ruby
rvm:
- 2.1.3
- 2.1.1
- 2.0.0
env:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

if ENV["HEROKU"]
ruby '2.0.0'
ruby '2.1.3'

gem "pg"
gem "thin" # Change this to another web server if you want (ie. unicorn, passenger, puma...)
Expand Down

0 comments on commit 9f33a8f

Please sign in to comment.