relax dependencies
This commit is contained in:
parent
b861ab3fff
commit
ea679071f8
7 changed files with 63 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -93,7 +93,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# API
|
# API
|
||||||
ruby-grape (>= 0.19.2~),
|
ruby-grape (>= 0.19.2~),
|
||||||
ruby-grape-entity (>= 0.6~),
|
ruby-grape-entity (>= 0.6~),
|
||||||
ruby-rack-cors (>= 0.4.0~),
|
ruby-rack-cors (>= 1.0~),
|
||||||
# Disable strong_params so that Mash does not respond to :permitted?
|
# Disable strong_params so that Mash does not respond to :permitted?
|
||||||
ruby-hashie-forbidden-attributes,
|
ruby-hashie-forbidden-attributes,
|
||||||
# Pagination
|
# Pagination
|
||||||
|
@ -105,7 +105,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# Drag and Drop UI
|
# Drag and Drop UI
|
||||||
ruby-dropzonejs-rails (>= 0.7.1~),
|
ruby-dropzonejs-rails (>= 0.7.1~),
|
||||||
# for backups
|
# for backups
|
||||||
ruby-fog-aws (>= 1.4~),
|
ruby-fog-aws (>= 2.0~),
|
||||||
ruby-fog-core (>= 1.44~),
|
ruby-fog-core (>= 1.44~),
|
||||||
ruby-fog-google (>= 0.5~),
|
ruby-fog-google (>= 0.5~),
|
||||||
ruby-fog-local (>= 0.3~),
|
ruby-fog-local (>= 0.3~),
|
||||||
|
@ -143,7 +143,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# Run events after state machine commits
|
# Run events after state machine commits
|
||||||
ruby-after-commit-queue,
|
ruby-after-commit-queue,
|
||||||
# Issue tags
|
# Issue tags
|
||||||
ruby-acts-as-taggable-on (>= 4.0~),
|
ruby-acts-as-taggable-on (>= 5.0~),
|
||||||
# Background jobs
|
# Background jobs
|
||||||
ruby-sidekiq (>= 5.0~),
|
ruby-sidekiq (>= 5.0~),
|
||||||
ruby-sidekiq-cron (>= 0.6~),
|
ruby-sidekiq-cron (>= 0.6~),
|
||||||
|
|
11
debian/patches/0310-relax-rack-cors.patch
vendored
Normal file
11
debian/patches/0310-relax-rack-cors.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -79,7 +79,7 @@
|
||||||
|
# API
|
||||||
|
gem 'grape', '~> 0.19.2'
|
||||||
|
gem 'grape-entity', '~> 0.6.0'
|
||||||
|
-gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||||||
|
+gem 'rack-cors', '~> 1.0', require: 'rack/cors'
|
||||||
|
|
||||||
|
# Disable strong_params so that Mash does not respond to :permitted?
|
||||||
|
gem 'hashie-forbidden_attributes'
|
11
debian/patches/0320-relax-fog-aws.patch
vendored
Normal file
11
debian/patches/0320-relax-fog-aws.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -97,7 +97,7 @@
|
||||||
|
gem 'dropzonejs-rails', '~> 0.7.1'
|
||||||
|
|
||||||
|
# for backups
|
||||||
|
-gem 'fog-aws', '~> 1.4'
|
||||||
|
+gem 'fog-aws', '>= 1.4'
|
||||||
|
gem 'fog-core', '~> 1.44'
|
||||||
|
gem 'fog-google', '~> 0.5'
|
||||||
|
gem 'fog-local', '~> 0.3'
|
11
debian/patches/0330-relax-acts-as-taggable-on.patch
vendored
Normal file
11
debian/patches/0330-relax-acts-as-taggable-on.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -146,7 +146,7 @@
|
||||||
|
gem 'after_commit_queue', '~> 1.3'
|
||||||
|
|
||||||
|
# Issue tags
|
||||||
|
-gem 'acts-as-taggable-on', '~> 4.0'
|
||||||
|
+gem 'acts-as-taggable-on', '~> 5.0'
|
||||||
|
|
||||||
|
# Background jobs
|
||||||
|
gem 'sidekiq', '~> 5.0'
|
11
debian/patches/0340-relax-httparty.patch
vendored
Normal file
11
debian/patches/0340-relax-httparty.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -158,7 +158,7 @@
|
||||||
|
gem 'rufus-scheduler', '~> 3.4'
|
||||||
|
|
||||||
|
# HTTP requests
|
||||||
|
-gem 'httparty', '~> 0.13.3'
|
||||||
|
+gem 'httparty', '~> 0.13'
|
||||||
|
|
||||||
|
# Colored output to console
|
||||||
|
gem 'rainbow', '~> 2.2'
|
11
debian/patches/0350-relax-oj.patch
vendored
Normal file
11
debian/patches/0350-relax-oj.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -233,7 +233,7 @@
|
||||||
|
gem 'charlock_holmes', '~> 0.7.3'
|
||||||
|
|
||||||
|
# Faster JSON
|
||||||
|
-gem 'oj', '~> 2.17', '>= 2.17.4'
|
||||||
|
+gem 'oj', '>= 2.17.4'
|
||||||
|
|
||||||
|
# Parse time & duration
|
||||||
|
gem 'chronic', '~> 0.10.2'
|
5
debian/patches/series
vendored
5
debian/patches/series
vendored
|
@ -12,6 +12,11 @@ pid-log-paths.patch
|
||||||
0280-relax-pg.patch
|
0280-relax-pg.patch
|
||||||
0290-skip-peek-mysql2.patch
|
0290-skip-peek-mysql2.patch
|
||||||
0300-relax-rbnacl.patch
|
0300-relax-rbnacl.patch
|
||||||
|
0310-relax-rack-cors.patch
|
||||||
|
0320-relax-fog-aws.patch
|
||||||
|
0330-relax-acts-as-taggable-on.patch
|
||||||
|
0340-relax-httparty.patch
|
||||||
|
0350-relax-oj.patch
|
||||||
0410-set-webpack-root.patch
|
0410-set-webpack-root.patch
|
||||||
0420-use-system-libs.patch
|
0420-use-system-libs.patch
|
||||||
add-system-lib-path-for-webpack.patch
|
add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue