From 36248e37c20dfbd19a24c22b1a24afe9416a4271 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 21:14:36 +0000 Subject: [PATCH] Update rails requirement from ~> 3.0.0 to ~> 6.0.0 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...v6.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c72a519..ac14bd0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec -gem 'rails', '~> 3.0.0' +gem 'rails', '~> 6.0.0' group :test do gem 'coveralls', :require => false