File: Gemfile

package info (click to toggle)
ruby-fuubar 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ruby: 377; sh: 29; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# frozen_string_literal: true

source 'https://rubygems.org'

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

group :development do
  gem 'rubocop',             '~> 1.6'
  gem 'rubocop-performance', '~> 1.9'
  gem 'rubocop-rspec',       '~> 2.1'
end

# Specify your gem's dependencies in fuubar.gemspec
gemspec