gems: drop Mechanize, HTTParty, and Sinatra gems.

This commit is contained in:
evazion
2020-06-21 12:00:57 -05:00
parent 5c7843bd3d
commit a4efeb2260
7 changed files with 2 additions and 122 deletions

View File

@@ -155,7 +155,6 @@ class PixivApiClient
def api_client
http.headers(
**Danbooru.config.http_headers,
"Referer": "http://www.pixiv.net",
"Content-Type": "application/x-www-form-urlencoded",
"Authorization": "Bearer #{access_token}"