summaryrefslogtreecommitdiff
path: root/Gemfile
blob: a063c5a5feb888b3bee6eb3739be292c50804d4f (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