debian-mirror-gitlab/debian/patches/0340-relax-httparty.patch
2019-07-31 18:15:35 +00:00

12 lines
202 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -171,7 +171,7 @@
gem 'fugit', '~> 1.1'
# HTTP requests
-gem 'httparty', '~> 0.16.4'
+gem 'httparty', '~> 0.16'
# Colored output to console
gem 'rainbow', '~> 3.0'