From bea18548d29d3fc097be77aefa3db5497af82269 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:50:44 +0000 Subject: [PATCH] Update rails to version 6.0.3.4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 57f795e..45a44ed 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source "https://rubygems.org" gemspec gem 'sqlite3', '~> 1.3.5', :platforms => :ruby -gem 'rails', '5.1.4' \ No newline at end of file +gem 'rails', '6.0.3.4' \ No newline at end of file