File: public_suffix_2.rb

package info (click to toggle)
ruby-addressable 2.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: ruby: 13,688; makefile: 11
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

# Assumes this gemfile is used from the project root
eval_gemfile "../Gemfile"

gem "public_suffix", ">= 2.0.2", "~> 2.0"