File: Gemfile

package info (click to toggle)
ruby-whitequark-parser 3.3.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,848 kB
  • sloc: yacc: 40,706; ruby: 20,588; makefile: 12; sh: 8
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source 'https://rubygems.org'

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

# Workaround for bug in Bundler on JRuby
# See https://github.com/bundler/bundler/issues/4157
gem 'ast', '>= 1.1', '< 3.0'
gem 'racc', '1.8.1'