Relax dependency on rails in Gemfile
This commit is contained in:
parent
b7d16c0b32
commit
6bff19ce1f
2 changed files with 9 additions and 1 deletions
8
debian/patches/0050-relax-stable-libs.patch
vendored
8
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -3,6 +3,14 @@ gitlab Gemfile
|
|||
|
||||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
-gem 'rails', '5.2.3'
|
||||
+gem 'rails', '~> 5.2.3'
|
||||
|
||||
gem 'bootsnap', '~> 1.4'
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
# Responders respond_to and respond_with
|
||||
gem 'responders', '~> 3.0'
|
||||
|
|
2
debian/patches/0470-relax-bootsnap.patch
vendored
2
debian/patches/0470-relax-bootsnap.patch
vendored
|
@ -2,7 +2,7 @@
|
|||
+++ b/Gemfile
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
gem 'rails', '5.2.3'
|
||||
gem 'rails', '~> 5.2.3'
|
||||
|
||||
-gem 'bootsnap', '~> 1.4'
|
||||
+gem 'bootsnap', '~> 1.3'
|
||||
|
|
Loading…
Reference in a new issue