summaryrefslogtreecommitdiff
path: root/spec/bundler/realworld/fixtures/warbler/Gemfile
blob: a8dbb4911cf2f60555a2bd0e4da2f20bb385a52c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

source "https://rubygems.org"

gem "demo", path: "./demo"
gem "jruby-jars", "~> 9.2"
gem "warbler", "~> 2.0"