Set Ruby version

This commit is contained in:
hakanensari 2014-03-14 12:16:50 +00:00
parent f8027c3757
commit 506368481e
2 changed files with 3 additions and 0 deletions

1
.ruby-version Normal file
View File

@ -0,0 +1 @@
2.1.1

View File

@ -1,5 +1,7 @@
source 'http://rubygems.org'
ruby '2.1.1'
gem 'fixer'
gem 'pg'
gem 'rake'