Skip to content

Commit

Permalink
Remove ruby version from Gemfile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arthurnn committed Nov 4, 2013
1 parent 8a0760f commit 2f0a7a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
@@ -1,5 +1,4 @@
source 'https://rubygems.org'
ruby (ENV['RUBY_VERSION'] || '2.0.0') unless ENV['CI']

RAILS_VERSION = '~> 4.0.0'

Expand Down

0 comments on commit 2f0a7a7

Please sign in to comment.