RemoteSystemctl/Gemfile

11 lines
146 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "sinatra", "~> 2.1"
gem "slim", "~> 4.1"
gem "dotenv", "~> 2.7"