From 5d1dc380e80fd31f9fad5f514361f7286b674b8d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Feb 2020 04:52:45 +0000 Subject: [PATCH] Update dependency rails to v6 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c715565..f9f94bc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.3.7' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.2.2' +gem 'rails', '~> 6.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server