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

build(deps): bump mime-types-data from 3.2021.0225 to 3.2021.0704 in /Library/Homebrew #11655

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mime-types-data (3.2021.0704)
mini_portile2 (2.5.3)
minitest (5.14.4)
msgpack (1.4.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

# typed: true

module MIME
end
module MIME; end

class MIME::Types
include(::Enumerable)
extend(::Enumerable)
include ::Enumerable
extend ::Enumerable

def initialize; end

Expand Down Expand Up @@ -68,11 +67,7 @@ class MIME::Types::Cache < ::Struct
end
end

module MIME::Types::Data
end

module MIME::Types::Data; end
MIME::Types::Data::PATH = T.let(T.unsafe(nil), String)

MIME::Types::Data::VERSION = T.let(T.unsafe(nil), String)

MIME::Types::VERSION = T.let(T.unsafe(nil), String)
2 changes: 1 addition & 1 deletion Library/Homebrew/vendor/bundle/bundler/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/extensions/x86_64-darwin-14/2.6.0-static/hpricot-0.8.6"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/hpricot-0.8.6/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/http-cookie-1.0.4/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-data-3.2021.0225/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-data-3.2021.0704/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/mime-types-3.3.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-digest_auth-1.4.1/lib"
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/net-http-persistent-4.0.1/lib"
Expand Down