File: Gemfile

package info (click to toggle)
ruby-guard-compat 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: ruby: 350; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

# Specify your gem's dependencies in guard-compat.gemspec
gemspec

group :development do
  gem 'rspec', require: false
  gem 'rubocop', require: false
end