Relax dependency on rails in Gemfile
This commit is contained in:
parent
36de66b07a
commit
ad185d4fe5
1 changed files with 5 additions and 2 deletions
7
debian/patches/0050-relax-stable-libs.patch
vendored
7
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue