Remove Ruby version from Gemfile

This is to support the build server, which has always used Ruby 1.9.1.
This commit is contained in:
David A. Harding 2015-03-19 13:11:57 -04:00
parent 813cafec45
commit 8adb3a5eb5
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.0.0'
#ruby '2.0.0'
group :development do
gem 'ffi-icu'