Browse Source

Updated Ruby version in Gemfile to 2.1.2

Semenyuk Dmitriy 11 years ago
parent
commit
d4927efc62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -1,5 +1,5 @@
 source 'https://rubygems.org'
-ruby '2.1.1'
+ruby '2.1.2'
 
 gem 'thor'
 gem 'pry', '~> 0.9.12'