File: Gemfile

package info (click to toggle)
ruby-spy 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 360 kB
  • sloc: ruby: 3,101; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
source 'https://rubygems.org'

# Specify your gem's dependencies in spies.gemspec
gemspec
gem 'yard'
gem 'redcarpet', platforms: :mri
gem 'rake'