File: Gemfile

package info (click to toggle)
ruby-marcel 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,300 kB
  • sloc: xml: 8,111; ruby: 638; makefile: 7; javascript: 3
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
8
source "https://rubygems.org"

if RUBY_VERSION >= "2.7"
  gem "irb"
  gem "debug", platform: :mri
end

gemspec