url-shortener/Gemfile

14 lines
173 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "falcon", "~> 0.42.3"
gem "roda", "~> 3.72"
gem "sequel", "~> 5.72"
gem "tilt", "~> 2.2"