From a32006939bf9879b3ae228f05c9f3695d08e401a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 28 Mar 2019 21:15:37 +0000 Subject: [PATCH] Update rails requirement from ~> 3.0.0 to ~> 5.2.3 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v3.0.0...v5.2.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c72a519..8b93f1a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'rails', '~> 3.0.0' +gem 'rails', '~> 5.2.3' group :test do gem 'coveralls', :require => false