Skip to content

Commit

Permalink
Update Ruby version to match Travelling Ruby.
Browse files Browse the repository at this point in the history
This change falls back to Ruby 2.2.2. In 95ac59 we moved to Ruby 2.3.0,
but Parity's preferred distribution is through a Travelling Ruby
executable, so we are going to track with their latest version.

Close #78.
  • Loading branch information
geoffharcourt committed Feb 2, 2016
1 parent 10574fe commit d662c0e
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.3.0
2.2.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cache:
language:
- ruby
rvm:
- 2.3.0
- 2.2.2

0 comments on commit d662c0e

Please sign in to comment.