summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 3f7bcc25d901b8188ffdbc58723773740a8558f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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"]

gem "debug", platforms: [:mri_31]

gemspec

# vim: syntax=ruby