# -*- 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
