From fac9d36962514914693924b5461d5be15a225ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 07:34:47 +0000 Subject: [PATCH] Update rails requirement from >= 5.0.0.beta4, < 5.3 to >= 5.0.0.beta4, < 6.1 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/commits/v6.0.0.beta1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 67d4fa2..ae66344 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '>= 5.0.0.beta4', '< 5.3' +gem 'rails', '>= 5.0.0.beta4', '< 6.1' gem 'pg', '~> 1.1.3' gem 'puma', '~> 3.0' gem 'sass-rails', '~> 5.0'