Gemfile
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in gdpr_admin.gemspec.
gemspec
gem 'acts_as_tenant'
gem 'byebug'
gem 'paper_trail'
gem 'sprockets-rails'
gem 'sqlite3'
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"