From bf6853dd2c2aaa98146e2b07953559eaf6165fed Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Sun, 18 Mar 2018 19:20:19 +0100 Subject: [PATCH] Gemfile: remove ruby version (as we don't officially support Heroku deploys, ref: c7c3c77972763832c0fb8707d013d74f9b5655a0) => we use the .ruby-version file --- Gemfile | 2 -- Gemfile.lock | 3 --- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5a1943a..678984f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source 'https://rubygems.org' -ruby '2.3.0' - gem 'rails', '~> 4.2' gem 'rails-i18n' gem "rdiscount" diff --git a/Gemfile.lock b/Gemfile.lock index 3032c85..d462acc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -414,8 +414,5 @@ DEPENDENCIES web-console (= 2.1.3) whenever -RUBY VERSION - ruby 2.3.0p0 - BUNDLED WITH 1.16.1