File: Gemfile

package info (click to toggle)
ruby-compat-resource 12.10.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 472 kB
  • ctags: 362
  • sloc: ruby: 2,400; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
source 'https://rubygems.org'
gemspec
gem 'stove'
if ENV['GEMFILE_MOD']
  instance_eval(ENV['GEMFILE_MOD'])
end