debian-mirror-gitlab/debian/patches/0340-relax-httparty.patch
2019-10-12 22:33:52 +05:30

12 lines
214 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -176,7 +176,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'