File: Gemfile

package info (click to toggle)
ruby-mini-mime 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: ruby: 209; makefile: 4; sh: 4
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
source 'https://rubygems.org'

# Specify your gem's dependencies in mini_mime.gemspec
gemspec

gem "mime-types", "~> 3" if RUBY_VERSION > '2'
gem "memory_profiler"
gem "benchmark-ips"