File: runtime_heads.gemfile

package info (click to toggle)
ruby-snaky-hash 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: ruby: 1,298; javascript: 529; makefile: 4; sh: 4
file content (9 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# Test against HEAD of runtime dependencies so we can proactively file bugs

# Ruby >= 0
gem "hashie", github: "hashie/hashie", branch: "master"

# Ruby >= 2.2
gem "version_gem", github: "oauth-xx/version_gem", branch: "main"