File: Gemfile.rails4_rmagick

package info (click to toggle)
ruby-rbpdf 1.19.5%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,312 kB
  • sloc: ruby: 136,020; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2011-2017 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", "~> 4.2.4"
if RUBY_VERSION <'2.1' # Ruby 1.9.3 or 2.0
  gem "nokogiri", "< 1.7.0"
end
gem "rmagick"