From 089638f266f813f2b69d2e02780680dddd961ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 16 Mar 2019 06:18:56 +0000 Subject: [PATCH] Update rails requirement from ~> 3.0.0 to ~> 5.2.2 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.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c72a519..ca3de78 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'rails', '~> 3.0.0' +gem 'rails', '~> 5.2.2' group :test do gem 'coveralls', :require => false