debian-mirror-gitlab/debian/patches/Gemfile/0040-relax-httparty.patch

14 lines
270 B
Diff

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