debian-mirror-gitlab/debian/patches/Gemfile/0040-relax-httparty.patch
2022-11-26 12:49:44 +05:30

13 lines
269 B
Diff

Allow newer versions of httparty to satisfy dependency
--- a/Gemfile
+++ b/Gemfile
@@ -226,7 +226,7 @@
gem 'fugit', '~> 1.2','>= 1.2.1'
# HTTP requests
-gem 'httparty', '~> 0.16.4'
+gem 'httparty', '~> 0.16'
# Colored output to console
gem 'rainbow', '~> 3.0'