blob: 07dc301d031eb70c0bbef4f86da60f1679b3b0db (
plain)
1
2
3
4
5
6
7
|
# frozen_string_literal: true
source "https://rubygems.org"
gem "demo", path: "./demo"
gem "jruby-jars", "~> 10.0"
gem "warbler", github: "https://github.com/jruby/warbler/pull/557"
|