File: Gemfile

package info (click to toggle)
ruby-chunky-png 1.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,128 kB
  • ctags: 392
  • sloc: ruby: 4,392; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'
gemspec

platforms :jruby do
  gem 'jruby-openssl'
end

platform :rbx do
  gem 'rubysl'
end