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
|
2023-05-28 00:09:46 +05:30
|
|
|
@@ -234,7 +234,7 @@
|
2023-05-08 11:25:58 +05:30
|
|
|
gem 'fugit', '~> 1.8', '>= 1.8.1'
|
2017-12-25 21:16:13 +05:30
|
|
|
|
|
|
|
# HTTP requests
|
2023-01-13 00:17:06 +05:30
|
|
|
-gem 'httparty', '~> 0.20.0'
|
|
|
|
+gem 'httparty', '~> 0.20'
|
2017-12-25 21:16:13 +05:30
|
|
|
|
|
|
|
# Colored output to console
|
2018-11-20 21:00:51 +05:30
|
|
|
gem 'rainbow', '~> 3.0'
|