File: Gemfile

package info (click to toggle)
ruby-mime-types-data 3.2026.0224-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,168 kB
  • sloc: ruby: 700; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- ruby -*-
# 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", path: "../ruby-mime-types" if ENV["DEV"]

gemspec