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

source 'https://rubygems.org'

gem 'pg', '~> 1.6'

gem 'rubyzip', '~> 3.2'

gem 'optparse', '~> 0.8.0'
gem 'term-ansicolor', '~> 1.11'