summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 0cf04dba9d2fe28b977d085ad13cd379dbb03775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

# NOTE: This file is present to keep Travis CI happy. Edits to it will not
# be accepted.

source "https://rubygems.org/"

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

gemspec

# vim: syntax=ruby