debian-mirror-gitlab/debian/patches/Gemfile/0040-relax-httparty.patch
2023-06-20 11:34:45 +05:30

14 lines
301 B
Diff

Allow newer versions of httparty to satisfy dependency
--- a/Gemfile
+++ b/Gemfile
@@ -231,7 +231,7 @@ gem 'gitlab-sidekiq-fetcher', path: 'ven
gem 'fugit', '~> 1.8.1'
# HTTP requests
-gem 'httparty', '~> 0.20.0'
+gem 'httparty', '~> 0.20'
# Colored output to console
gem 'rainbow', '~> 3.0'