Relax dependency of gon in Gemfile and update minimum version in d/control
This commit is contained in:
parent
e3c1b1baff
commit
1ee4f8772b
2 changed files with 7 additions and 3 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -314,7 +314,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-addressable (>= 2.7~),
|
||||
ruby-gemojione (>= 3.3~),
|
||||
ruby-gon (>= 6.2~),
|
||||
ruby-gon (>= 6.4~),
|
||||
ruby-request-store (>= 1.5~),
|
||||
ruby-jquery-atwho-rails (>= 1.3.2~),
|
||||
ruby-virtus (>= 1.0.5-3~),
|
||||
|
|
8
debian/patches/0050-relax-stable-libs.patch
vendored
8
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -310,7 +310,7 @@ gitlab Gemfile
|
|||
|
||||
# Detect and convert string character encoding
|
||||
gem 'charlock_holmes', '~> 0.7.7'
|
||||
@@ -287,9 +287,9 @@
|
||||
@@ -287,28 +287,28 @@
|
||||
|
||||
gem 'rack-proxy', '~> 0.6.0'
|
||||
|
||||
|
@ -323,7 +323,11 @@ gitlab Gemfile
|
|||
|
||||
gem 'addressable', '~> 2.7'
|
||||
gem 'gemojione', '~> 3.3'
|
||||
@@ -300,15 +300,15 @@
|
||||
-gem 'gon', '~> 6.4.0'
|
||||
+gem 'gon', '~> 6.4'
|
||||
gem 'request_store', '~> 1.5'
|
||||
gem 'base32', '~> 0.3.0'
|
||||
|
||||
gem "gitlab-license", "~> 1.4"
|
||||
|
||||
# Protect against bruteforcing
|
||||
|
|
Loading…
Reference in a new issue