File: Gemfile

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

source 'https://rubygems.org'

gemspec name: 'paint'
gemspec name: 'paint-shortcuts'

# Benchmark
gem 'rainbow', '~> 3.1'
gem 'term-ansicolor', '~> 1.7'
gem 'ansi', '~> 1.5'
gem 'hansi', '~> 0.2'
gem 'pastel', '~> 0.8'