File: Gemfile

package info (click to toggle)
ruby-byebug 11.1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,252 kB
  • sloc: ruby: 8,835; ansic: 1,662; sh: 6; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "chandler", "0.9.0"
gem "mdl", "0.9.0"
gem "minitest", "~> 5.11"
gem "pry", "0.13.1"
gem "rake", "~> 13.0"
gem "rake-compiler", "~> 1.0"
gem "rexml", "~> 3.2" # TODO: remove when https://github.com/gettalong/kramdown/pull/638 released
gem "rubocop", "0.82.0"
gem "rubocop-performance", "~> 1.3"
gem "simplecov", "0.18.5"
gem "yard", "0.9.24"