hanami-view/examples/dry-system-sinatra/Gemfile

10 lines
147 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "byebug"
gem "hanami-view", path: "../.."
gem "dry-web"
gem "sinatra"
gem "slim"