File: Gemfile

package info (click to toggle)
ruby-public-suffix 6.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: ruby: 1,425; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "rake"

gem "memory_profiler", require: false
gem "minitest"
gem "minitest-reporters"
gem "mocha", "~> 2.7.0"
gem "rubocop", require: false
gem "yard"