From 922f13304dd208b365fd80bdd8c030a6153081cd Mon Sep 17 00:00:00 2001
From: Thomas von Deyen <thomas@vondeyen.com>
Date: Mon, 10 Dec 2018 16:08:53 +0100
Subject: [PATCH] Fix dummy app rails version

Closes a Hakiri false positive
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 6424d4d..4442776 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
 
 gemspec
 
-gem 'rails', '~> 5.2.1'
+gem 'rails', ['>= 5.2.1.1', '< 5.3']
 gem 'alchemy_cms', github: 'AlchemyCMS/alchemy_cms', branch: 'master'
 gem 'sassc-rails'