From c9174ac4f20b882c2fb04368219d414c0d880174 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 16:50:48 +0000 Subject: [PATCH] Update rails to version 5.2.4.4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 57f795e..e2ae1db 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', '5.2.4.4' \ No newline at end of file