File: Gemfile

package info (click to toggle)
ruby-terser 1.0.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: ruby: 434; javascript: 335; sh: 46; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem 'rubocop', '~> 0.93.1', :group => [:development] unless RUBY_VERSION < '2.5'