Relax dependency on rails in Gemfile

This commit is contained in:
Pirate Praveen 2021-10-30 00:02:11 +05:30
parent 36de66b07a
commit ad185d4fe5

View file

@ -3,9 +3,12 @@ gitlab Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -4,56 +4,56 @@
@@ -2,58 +2,58 @@
gem 'rails', '~> 6.1.3.2'
source 'https://rubygems.org'
-gem 'rails', '~> 6.1.3.2'
+gem 'rails', '~> 6.1.3', '>= 6.1.3.2'
-gem 'bootsnap', '~> 1.4.6'
+gem 'bootsnap', '~> 1.4', '>= 1.4.6'