Remove now-unused HTTParty dependency
Oh nice, we removed the last call site! Goodbye!
This commit is contained in:
parent
a4dd680445
commit
8eebc96b00
5 changed files with 0 additions and 9 deletions
1
Gemfile
1
Gemfile
|
|
@ -60,7 +60,6 @@ gem 'letter_opener', '~> 1.8', '>= 1.8.1', group: :development
|
||||||
gem 'parallel', '~> 1.23'
|
gem 'parallel', '~> 1.23'
|
||||||
|
|
||||||
# For miscellaneous HTTP requests.
|
# For miscellaneous HTTP requests.
|
||||||
gem "httparty", "~> 0.22.0"
|
|
||||||
gem "addressable", "~> 2.8"
|
gem "addressable", "~> 2.8"
|
||||||
|
|
||||||
# For advanced batching of many HTTP requests.
|
# For advanced batching of many HTTP requests.
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ GEM
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
csv (3.3.2)
|
|
||||||
date (3.4.1)
|
date (3.4.1)
|
||||||
debug (1.9.2)
|
debug (1.9.2)
|
||||||
irb (~> 1.10)
|
irb (~> 1.10)
|
||||||
|
|
@ -192,10 +191,6 @@ GEM
|
||||||
hashdiff (1.1.2)
|
hashdiff (1.1.2)
|
||||||
hashie (5.0.0)
|
hashie (5.0.0)
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
httparty (0.22.0)
|
|
||||||
csv
|
|
||||||
mini_mime (>= 1.0.0)
|
|
||||||
multi_xml (>= 0.5.2)
|
|
||||||
i18n (1.14.7)
|
i18n (1.14.7)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
io-console (0.8.0)
|
io-console (0.8.0)
|
||||||
|
|
@ -245,8 +240,6 @@ GEM
|
||||||
mini_portile2 (2.8.8)
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.25.5)
|
minitest (5.25.5)
|
||||||
msgpack (1.7.5)
|
msgpack (1.7.5)
|
||||||
multi_xml (0.7.1)
|
|
||||||
bigdecimal (~> 3.1)
|
|
||||||
mysql2 (0.5.6)
|
mysql2 (0.5.6)
|
||||||
net-http (0.6.0)
|
net-http (0.6.0)
|
||||||
uri
|
uri
|
||||||
|
|
@ -540,7 +533,6 @@ DEPENDENCIES
|
||||||
falcon (~> 0.48.0)
|
falcon (~> 0.48.0)
|
||||||
haml (~> 6.1, >= 6.1.1)
|
haml (~> 6.1, >= 6.1.1)
|
||||||
http_accept_language (~> 2.1, >= 2.1.1)
|
http_accept_language (~> 2.1, >= 2.1.1)
|
||||||
httparty (~> 0.22.0)
|
|
||||||
jsbundling-rails (~> 1.3)
|
jsbundling-rails (~> 1.3)
|
||||||
letter_opener (~> 1.8, >= 1.8.1)
|
letter_opener (~> 1.8, >= 1.8.1)
|
||||||
memory_profiler (~> 1.0)
|
memory_profiler (~> 1.0)
|
||||||
|
|
|
||||||
BIN
vendor/cache/csv-3.3.2.gem
vendored
BIN
vendor/cache/csv-3.3.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/httparty-0.22.0.gem
vendored
BIN
vendor/cache/httparty-0.22.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/multi_xml-0.7.1.gem
vendored
BIN
vendor/cache/multi_xml-0.7.1.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue