File: Gemfile.rails5_mini_magick

package info (click to toggle)
ruby-rbpdf 1.21.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,488 kB
  • sloc: ruby: 138,259; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2011-2023 NAITOH Jun
# Released under the MIT license
# http://www.opensource.org/licenses/MIT

source 'https://rubygems.org'

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

gem "actionpack", "~> 5.2.8.1"
gem "mini_magick"
gem 'loofah', '<= 2.20.0' if RUBY_VERSION < '2.5'