File: Gemfile

package info (click to toggle)
ruby-progressbar 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 840 kB
  • sloc: ruby: 2,958; sh: 29; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source 'https://rubygems.org'

group :console do
  gem 'awesome_print', '~> 1.6'
end

gem 'ruby-prof', '~> 0.15.8', :platforms => :mri_20,
                              :group     => :development

gemspec :name => 'ruby-progressbar'