Skip to content

Commit

Permalink
Add missing frozen_string_literals
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Sep 20, 2023
1 parent 0cbd9e6 commit 8cfb0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/overrides/lib/mini_magick/image/info_override.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
# [hyc-override] https://github.com/minimagick/minimagick/blob/v4.12.0/lib/mini_magick/image/info.rb
MiniMagick::Image::Info.class_eval do
def parse_warnings(raw_info)
Expand Down
1 change: 1 addition & 0 deletions spec/uploaders/hyrax/uploaded_file_uploader_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'rails_helper'

RSpec.describe Hyrax::UploadedFileUploader do
Expand Down

0 comments on commit 8cfb0d0

Please sign in to comment.