File: Gemfile

package info (click to toggle)
ruby-uglifier 2.7.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 260 kB
  • ctags: 68
  • sloc: ruby: 611; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
source "https://rubygems.org"

gemspec

if RUBY_VERSION >= '1.9'
  gem 'rubocop', '~> 0.28.0', :group => [:development]
else
  gem 'execjs', '~> 2.0.2'
end