debian-mirror-gitlab/debian/patches/Gemfile/0040-relax-httparty.patch
2023-05-28 00:09:46 +05:30

13 lines
270 B
Diff

Allow newer versions of httparty to satisfy dependency
--- a/Gemfile
+++ b/Gemfile
@@ -234,7 +234,7 @@
gem 'fugit', '~> 1.8', '>= 1.8.1'
# HTTP requests
-gem 'httparty', '~> 0.20.0'
+gem 'httparty', '~> 0.20'
# Colored output to console
gem 'rainbow', '~> 3.0'