# -*- ruby -*-
# frozen_string_literal: true

# NOTE: This file is not the canonical source of dependencies. Edit the Rakefile, instead.

source "https://rubygems.org/"

gem "mime-types", path: "../ruby-mime-types" if ENV["DEV"]

gemspec
