Commit 929a2d1ba615c5ba344ba59eb6972ae640fdcd8e

Authored by Arthur Neves
1 parent 39c486a8
Exists in master and in 1 other branch production

Remove ruby version from Gemfile

It is not a good idea to have a ruby version on the Gemfile, specially if you are using RVM,
as rvm sets ENV[RUBY_VERSION] using the revision number: ex.: ruby-2.0.0-p247 , which does not work
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
2   -ruby (ENV['RUBY_VERSION'] || '2.0.0') unless ENV['CI']
3 2  
4 3 RAILS_VERSION = '~> 3.2.15'
5 4  
... ...