This repository has been archived on 2025-07-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mopk-dashboard/Gemfile

19 lines
284 B
Text
Raw Permalink Normal View History

2019-11-10 19:32:22 +02:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'csv'
gem 'sequel'
gem 'sinatra'
gem 'slim'
gem 'sqlite3'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'faker'
gem 'guard'
gem 'guard-rack'
gem 'guard-shell'
gem 'pry-rescue'
end