Gemfile: remove ruby version (as we don't officially support Heroku deploys, ref: c7c3c77972) => we use the .ruby-version file

This commit is contained in:
Marc Anguera Insa
2018-03-18 19:20:19 +01:00
parent 63dede08ee
commit bf6853dd2c
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -1,7 +1,5 @@
source 'https://rubygems.org'
ruby '2.3.0'
gem 'rails', '~> 4.2'
gem 'rails-i18n'
gem "rdiscount"
-3
View File
@@ -414,8 +414,5 @@ DEPENDENCIES
web-console (= 2.1.3)
whenever
RUBY VERSION
ruby 2.3.0p0
BUNDLED WITH
1.16.1