File: Gemfile

package info (click to toggle)
ruby-haml 5.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 984 kB
  • sloc: ruby: 6,510; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source "https://rubygems.org"
gemspec

gem "m"
gem "pry"

group :docs do
  gem "yard"
  gem "kramdown"
  gem "sass"
end

platform :mri do
  gem "ruby-prof"
end

platform :mri_21 do
  gem "simplecov"
end