Compare commits

...

2 commits

Author SHA1 Message Date
Pirate Praveen
8d9d39f40d update changelog 2017-11-30 12:41:36 +05:30
Pirate Praveen
10976422e9 Relax httparty and oj in Gemfile 2017-11-30 12:40:36 +05:30
3 changed files with 27 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
gitlab (8.13.11+dfsg1-12) unstable; urgency=medium
* Relax httparty and oj in Gemfile
-- Pirate Praveen <praveen@debian.org> Thu, 30 Nov 2017 12:41:24 +0530
gitlab (8.13.11+dfsg1-11) unstable; urgency=medium
* Tighten dependency on ruby-truncato

View file

@ -0,0 +1,20 @@
--- a/Gemfile
+++ b/Gemfile
@@ -140,7 +140,7 @@
gem 'redis-namespace', '~> 1.5', '>= 1.5.2'
# HTTP requests
-gem 'httparty', '~> 0.13.3'
+gem 'httparty', '~> 0.13'
# Colored output to console
gem 'rainbow', '~> 2.1'
@@ -206,7 +206,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'

View file

@ -9,5 +9,6 @@ pid-log-paths.patch
0200-remove-order-dependency-in-label-finder-spec.patch
0210-use-jquery-ui-rails6.patch
0220-relax-dependencies.patch
0230-relax-httparty-oj.patch
0300-git-2-11-support.patch
cve-2017-0882.patch