Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AO3-6157 Update mime-types and rest-client gems #3996

Closed
wants to merge 6 commits into from

Conversation

sarken
Copy link
Collaborator

@sarken sarken commented Apr 23, 2021

Issue

https://otwarchive.atlassian.net/browse/AO3-6157

Purpose

Updates the mime-types gem to silence an error, and update rest-client because it depended on an older version of mime-types.

Testing Instructions

My guess is going to be make sure tests run, the site loads, and icon uploads work.

@@ -56,7 +56,7 @@ gem 'sanitize', '>= 4.6.5'
# https://otwarchive.atlassian.net/browse/AO3-4957
# https://github.com/rubys/nokogumbo/issues/50
gem 'nokogumbo', '1.4.9'
gem 'rest-client', '~> 1.8.0', require: 'rest_client'
gem 'rest-client', '~> 2.1.0', require: 'rest_client'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

@sarken sarken closed this Apr 23, 2021
@sarken sarken deleted the AO3-6157 branch April 23, 2021 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants