master
E. Almqvist 3 years ago
parent db2a43e484
commit f33f2cc843
  1. 11
      src/Gemfile

@ -0,0 +1,11 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "sinatra"
gem "sqlite3"
gem "slim"
Loading…
Cancel
Save