From a4d2b51590df7582cd9a03a8a331701860257d0e Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Mon, 21 Jan 2019 23:15:25 -0500 Subject: [PATCH] Remove Ruby hardcoded version --- Gemfile | 2 -- Gemfile.lock | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f0d8eca..1613f81 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source "https://rubygems.org" -ruby "2.3.3" - # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "rails", "~> 4.2.5.1" # Use postgresql as the database for Active Record diff --git a/Gemfile.lock b/Gemfile.lock index 562af4b..91b648f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -413,8 +413,5 @@ DEPENDENCIES web-console (~> 2.0) webmock -RUBY VERSION - ruby 2.3.3p222 - BUNDLED WITH - 1.15.1 + 1.16.6