File: Gemfile.ruby_19.x

package info (click to toggle)
ruby-json-schema 2.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 896 kB
  • sloc: ruby: 5,806; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
source "https://rubygems.org"

gemspec :path => "../"

gem "json", "~> 1.0"
gem "addressable", "< 2.5"
gem "webmock", "< 3"