summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 76ce8fd82be2fd10eb12f7b64e5351b04615e9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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-data", path: "../mime-types-data" if ENV["DEV"]

gemspec

# vim: syntax=ruby