Skip to content

Commit

Permalink
Use Ruby 2.2.1
Browse files Browse the repository at this point in the history
Ruby 2.2.1 is already available on Heroku and Travis CI.

https://devcenter.heroku.com/changelog-items/619
http://rubies.travis-ci.org/
  • Loading branch information
ventsislaf authored and jessieay committed Mar 6, 2015
1 parent 7f2f94f commit a49c6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.2.0
- 2.2.1
before_install:
- "echo '--colour' > ~/.rspec"
- git config --global user.name 'Travis CI'
Expand Down

0 comments on commit a49c6d5

Please sign in to comment.