debian-mirror-gitlab/debian/patches/0340-relax-httparty.patch
2021-06-09 22:52:32 +05:30

14 lines
270 B
Diff

Allow newer versions of httparty to satisfy dependency
--- a/Gemfile
+++ b/Gemfile
@@ -208,7 +208,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'