File: Gemfile

package info (click to toggle)
ruby-lint-roller 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: ruby: 83; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
source "https://rubygems.org"

# Specify your gem's dependencies in lint_roller.gemspec
gemspec

gem "rake"
gem "minitest"
gem "standard"
gem "m"