summaryrefslogtreecommitdiff
path: root/Gemfile
blob: d6692beadd98fa0ddacb95b5c8f691446650c681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- ruby -*-

# 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