File: Gemfile

package info (click to toggle)
ruby-terser 1.2.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 192 kB
  • sloc: ruby: 464; javascript: 340; sh: 53; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

unless RUBY_VERSION < '2.7'
  group :development do
    gem 'rubocop', '~> 1.60.1'
    gem 'rubocop-performance', '~> 1.20.2', :require => false
  end
end