relax depenency on asana
This commit is contained in:
parent
1542674154
commit
c1edf85766
2 changed files with 12 additions and 0 deletions
11
debian/patches/0220-relax-dependencies.patch
vendored
Normal file
11
debian/patches/0220-relax-dependencies.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -172,7 +172,7 @@
|
||||||
|
gem 'slack-notifier', '~> 1.2'
|
||||||
|
|
||||||
|
# Asana integration
|
||||||
|
-gem 'asana', '~> 0.4.0'
|
||||||
|
+gem 'asana', '~> 0.4'
|
||||||
|
|
||||||
|
# FogBugz integration
|
||||||
|
gem 'ruby-fogbugz', '~> 0.2.1'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -8,5 +8,6 @@ pid-log-paths.patch
|
||||||
052-relax-grape.patch
|
052-relax-grape.patch
|
||||||
0200-remove-order-dependency-in-label-finder-spec.patch
|
0200-remove-order-dependency-in-label-finder-spec.patch
|
||||||
0210-use-jquery-ui-rails6.patch
|
0210-use-jquery-ui-rails6.patch
|
||||||
|
0220-relax-dependencies.patch
|
||||||
0300-git-2-11-support.patch
|
0300-git-2-11-support.patch
|
||||||
cve-2017-0882.patch
|
cve-2017-0882.patch
|
||||||
|
|
Loading…
Reference in a new issue