debian-mirror-gitlab/debian/patches/0340-relax-httparty.patch

14 lines
270 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
Allow newer versions of httparty to satisfy dependency
2017-12-25 21:16:13 +05:30
--- a/Gemfile
+++ b/Gemfile
2021-06-09 22:52:32 +05:30
@@ -208,7 +208,7 @@
gem 'fugit', '~> 1.2', '>= 1.2.1'
2017-12-25 21:16:13 +05:30
# HTTP requests
2019-05-18 01:04:41 +05:30
-gem 'httparty', '~> 0.16.4'
+gem 'httparty', '~> 0.16'
2017-12-25 21:16:13 +05:30
# Colored output to console
2018-11-20 21:00:51 +05:30
gem 'rainbow', '~> 3.0'