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

12 lines
212 B
Diff
Raw Normal View History

2017-12-25 21:16:13 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-12-13 14:23:24 +05:30
@@ -174,7 +174,7 @@
2017-12-25 21:16:13 +05:30
gem 'rufus-scheduler', '~> 3.4'
# HTTP requests
-gem 'httparty', '~> 0.13.3'
+gem 'httparty', '~> 0.13'
# Colored output to console
2018-11-20 21:00:51 +05:30
gem 'rainbow', '~> 3.0'