aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
blob: ef8fd674b47c73c0c72d6a530ef1ef90ca1776f7 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'pg', '~> 1.6'
gem 'rubyzip', '~> 3.2'
gem 'term-ansicolor', '~> 1.11'